UNPKG

rsuite

Version:

A suite of react components

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