@react-navigation/drawer
Version:
Integration for the drawer component from react-native-drawer-layout
7 lines • 311 B
TypeScript
import type { DrawerStatus } from '@react-navigation/native';
/**
* Hook to detect if the drawer's status in a parent navigator.
* Returns 'open' if the drawer is open, 'closed' if the drawer is closed.
*/
export declare function useDrawerStatus(): DrawerStatus;
//# sourceMappingURL=useDrawerStatus.d.ts.map