UNPKG

@techstack/react-lazy-named

Version:
6 lines (5 loc) 200 B
import * as React from 'react'; declare const Lazy: (thenable: () => Promise<{ [name: string]: any; }>, name?: string) => React.LazyExoticComponent<React.ComponentType<any>>; export default Lazy;