UNPKG

rax-scrollview

Version:
4 lines (3 loc) 240 B
import { ForwardRefExoticComponent } from 'rax'; import { ScrollViewProps } from '../types'; export default function wrapDefaultProperties(ScrollView: ForwardRefExoticComponent<ScrollViewProps>): ForwardRefExoticComponent<ScrollViewProps>;