UNPKG

@tarojsx/library

Version:
8 lines (7 loc) 343 B
import { OuterScrollViewProps } from './useOuterScrollView'; /** * Wrap ScrollView props to static object. * * WHY? `react-window outerElementType is a "tag". If you update this "tag". ScrollView will recreate and lose scroll position. */ export declare function useOuterScrollViewProps(props: OuterScrollViewProps): OuterScrollViewProps;