@tarojsx/library
Version:
Taro3 library
8 lines (7 loc) • 343 B
TypeScript
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;