UNPKG

181 BTypeScriptView Raw
1import { Loadable } from '../types';
2export declare const LOADABLE_WEAK_SIGNATURE: WeakMap<any, Loadable<any>>;
3export declare const LOADABLE_SIGNATURE: Map<string, Loadable<any>>;