UNPKG

rsuite

Version:

A suite of react components

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