UNPKG

react-js-plugins

Version:

A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.

6 lines (5 loc) 256 B
import React from 'react'; export declare const promise: (ms: number) => Promise<unknown>; export declare const LazyLoader: (importFunc: () => Promise<{ default: React.ComponentType<any>; }>) => (props: any) => import("react/jsx-runtime").JSX.Element;