react-native-drawer-layout
Version:
Drawer component for React Native
3 lines • 376 B
TypeScript
import type { DrawerProps } from '../types';
export declare function Drawer({ layout: customLayout, direction, drawerPosition, drawerStyle, drawerType, onClose, onTransitionStart, onTransitionEnd, open, overlayStyle, overlayAccessibilityLabel, renderDrawerContent, children, style, }: DrawerProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Drawer.d.ts.map