UNPKG

rsuite

Version:

A suite of react components

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