UNPKG

@tarojsx/library

Version:
7 lines (6 loc) 333 B
import { FixedSizeTreeProps as TreeProps } from 'react-vtree'; import { OuterScrollViewProps } from '../react-window/useOuterScrollView'; export interface FixedSizeTreeProps<T> extends TreeProps<T> { outerElementProps?: OuterScrollViewProps; } export declare function FixedSizeTree<T>(props: FixedSizeTreeProps<T>): JSX.Element;