UNPKG

async-react-component

Version:

Async component loaded based webpack 3 for react-router 4

8 lines (7 loc) 190 B
export interface AsyncState { Component: any; } declare const ReactAsyncComponent: { getAsyncComponent: <T>(promise: () => Promise<T>) => any; }; export default ReactAsyncComponent;