UNPKG

expo-router

Version:

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

8 lines 283 B
import React, { type PropsWithChildren } from 'react'; export declare function Head(props: PropsWithChildren): null; export declare namespace Head { var Provider: React.ExoticComponent<{ children?: React.ReactNode; }>; } //# sourceMappingURL=ExpoHead.android.d.ts.map