UNPKG

expo-router

Version:

Expo Router is a file-based router for React Native and web applications.

9 lines 274 B
import { Href } from './types'; export type PreloadProps = { href: Href; }; /** * When rendered on a focused screen, this component will preload the specified route. */ export declare function Prefetch(props: PreloadProps): null; //# sourceMappingURL=Prefetch.d.ts.map