UNPKG

react-native-virtualized-view

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