UNPKG

rsuite

Version:

A suite of react components

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