UNPKG

@shopify/react-async

Version:

Tools for creating powerful, asynchronously-loaded React components

10 lines 339 B
import React from 'react'; import type { PrefetchManager } from './context/prefetch'; interface Props { manager: PrefetchManager; path: string | RegExp; render(url: URL): React.ReactNode; } export declare function PrefetchRoute(props: Omit<Props, 'manager'>): JSX.Element; export {}; //# sourceMappingURL=PrefetchRoute.d.ts.map