UNPKG

rsuite

Version:

A suite of react components

8 lines (6 loc) 144 B
'use client'; import TreePicker from "./TreePicker.js"; // export types // export components export { TreePicker }; export default TreePicker;