@shopify/react-async
Version:
Tools for creating powerful, asynchronously-loaded React components
10 lines • 358 B
TypeScript
/// <reference types="react" />
import type { PrefetchManager } from './context/prefetch';
interface Props {
manager: PrefetchManager;
}
export declare const INTENTION_DELAY_MS = 150;
export declare const SENSITIVITY = 15;
export declare function Prefetcher(props: Omit<Props, 'manager'>): JSX.Element;
export {};
//# sourceMappingURL=Prefetcher.d.ts.map