UNPKG

@react-navigation/drawer

Version:

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

6 lines 317 B
import * as React from 'react'; import { ScrollView, type ScrollViewProps } from 'react-native'; export declare const DrawerContentScrollView: React.ForwardRefExoticComponent<ScrollViewProps & { children: React.ReactNode; } & React.RefAttributes<ScrollView>>; //# sourceMappingURL=DrawerContentScrollView.d.ts.map