UNPKG

@react-navigation/drawer

Version:

Integration for the drawer component from react-native-drawer-layout

11 lines 576 B
import { type DrawerNavigationState, type DrawerStatus, type ParamListBase } from '@react-navigation/native'; import type { DrawerDescriptorMap, DrawerNavigationConfig, DrawerNavigationHelpers } from '../types'; type Props = DrawerNavigationConfig & { defaultStatus: DrawerStatus; state: DrawerNavigationState<ParamListBase>; navigation: DrawerNavigationHelpers; descriptors: DrawerDescriptorMap; }; export declare function DrawerView({ navigation, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DrawerView.d.ts.map