UNPKG

rsuite

Version:

A suite of react components

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