UNPKG

react-native-virtualized-view

Version:
7 lines (6 loc) 187 B
import type React from 'react'; import type { ScrollViewProps } from 'react-native'; interface IProps extends ScrollViewProps { } export declare type Props = React.FC<IProps>; export {};