UNPKG

react-native-collapsible-tab-view

Version:
9 lines 372 B
import React from 'react'; import { ScrollViewProps, ScrollView as RNScrollView } from 'react-native'; /** * Use like a regular ScrollView. */ export declare const ScrollView: React.ForwardRefExoticComponent<Omit<ScrollViewProps, "onScroll"> & { children?: React.ReactNode | undefined; } & React.RefAttributes<RNScrollView>>; //# sourceMappingURL=ScrollView.d.ts.map