UNPKG

next

Version:

The React Framework

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