makearmy-app/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts

5 lines
156 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
import React from 'react';
type CaptureFn = (moduleName: string) => void;
export declare const LoadableContext: React.Context<CaptureFn | null>;
export {};