index.mjs 268 B

12345678910
  1. import { withInstall } from "../utils/index.mjs";
  2. import _Sidebar from "./Sidebar.mjs";
  3. const Sidebar = withInstall(_Sidebar);
  4. var stdin_default = Sidebar;
  5. import { sidebarProps } from "./Sidebar.mjs";
  6. export {
  7. Sidebar,
  8. stdin_default as default,
  9. sidebarProps
  10. };