UNPKG

rsuite

Version:

A suite of react components

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