UNPKG

rsuite

Version:

A suite of react components

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