UNPKG

rsuite

Version:

A suite of react components

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