.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
type CaptureFn = (moduleName: string) => void;
|
||||
export declare const LoadableContext: React.Context<CaptureFn | null>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user