UNPKG

@react-navigation/native

Version:

React Native integration for React Navigation

8 lines 429 B
import type { NavigationContainerRef, ParamListBase } from '@react-navigation/core'; import * as React from 'react'; import type { DocumentTitleOptions } from './types'; /** * Set the document title for the active screen */ export declare function useDocumentTitle(ref: React.RefObject<NavigationContainerRef<ParamListBase>>, { enabled, formatter, }?: DocumentTitleOptions): void; //# sourceMappingURL=useDocumentTitle.d.ts.map