react-imported-component
Version:
I will import your component, and help to handle it
11 lines (10 loc) • 677 B
TypeScript
import { assignImportedComponents } from '../loadable/assignImportedComponents';
declare const lazy: typeof import('../ui/HOC').lazy;
declare const imported: typeof import('../ui/HOC').default;
declare const importedModule: typeof import('../ui/Module').importedModule;
declare const useImported: typeof import('../ui/useImported').useImported;
declare const ImportedModule: typeof import('../ui/Module').ImportedModule;
declare const ImportedComponent: typeof import('../ui/Component').ImportedComponent;
export { lazy, imported, importedModule, ImportedModule, ImportedComponent, useImported, assignImportedComponents };
declare const _default: any;
export default _default;