UNPKG

rsuite

Version:

A suite of react components

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