UNPKG

react-native-drawer-layout

Version:
9 lines 294 B
import { type StyleProp, type ViewStyle } from 'react-native'; export declare function getDrawerWidth({ layout, drawerStyle, }: { layout: { width: number; height: number; }; drawerStyle?: StyleProp<ViewStyle>; }): number; //# sourceMappingURL=getDrawerWidth.d.ts.map