UNPKG

expo-router

Version:

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

10 lines 360 B
import { JSX } from 'react'; /** * Copied from @react-navigation/core */ type Render = (children: React.ReactNode) => JSX.Element; export declare function useComponent(render: Render): import("react").ForwardRefExoticComponent<{ children: React.ReactNode; } & import("react").RefAttributes<unknown>>; export {}; //# sourceMappingURL=useComponent.d.ts.map