UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

10 lines 523 B
/** * This file is copied from the react-navigation repo: * https://github.com/react-navigation/react-navigation/blob/%40react-navigation/core%407.1.2/packages/native/src/useBackButton.native.tsx * * No changes are made except of formatting. */ import type { NavigationContainerRef, ParamListBase } from '@react-navigation/core'; import * as React from 'react'; export declare function useBackButton(ref: React.RefObject<NavigationContainerRef<ParamListBase>>): void; //# sourceMappingURL=useBackButton.native.d.ts.map