react-native-collapsible-tab-view
Version:
Collapsible tab view component for React Native
9 lines • 372 B
TypeScript
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