UNPKG

desmy-react

Version:

Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.

6 lines (5 loc) 248 B
import { default as React, ComponentType } from 'react'; declare const DesmyLazyloading: <P extends object>(importFunc: () => Promise<{ default: ComponentType<P>; }>) => React.LazyExoticComponent<ComponentType<P>>; export { DesmyLazyloading };