UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

6 lines 245 B
/** * Helper to navigate to a screen using a href based on the linking options. * @returns function that receives the href to navigate to. */ export declare function useLinkTo(): (href: string) => void; //# sourceMappingURL=useLinkTo.d.ts.map