UNPKG

next

Version:

The React Framework

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