7 lines
346 B
TypeScript
7 lines
346 B
TypeScript
/**
|
|
* This file is unchanged, except for removing eslint comments
|
|
*/
|
|
import type { NavigationContainerRef, ParamListBase } from '@react-navigation/native';
|
|
import * as React from 'react';
|
|
export declare function useBackButton(ref: React.RefObject<NavigationContainerRef<ParamListBase>>): void;
|
|
//# sourceMappingURL=useBackButton.native.d.ts.map
|