4 lines
156 B
TypeScript
Executable file
4 lines
156 B
TypeScript
Executable file
import React from 'react';
|
|
type CaptureFn = (moduleName: string) => void;
|
|
export declare const LoadableContext: React.Context<CaptureFn | null>;
|
|
export {};
|