UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

7 lines 248 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