UNPKG

react-native-drawer-layout

Version:
3 lines 376 B
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