UNPKG

rsuite

Version:

A suite of react components

11 lines (10 loc) 215 B
import React from 'react'; import Tree from '../Tree'; // Override the default value of listProps. /*#__PURE__*/ React.createElement(Tree, { data: [], virtualized: true, listProps: { rowHeight: 70 } });