index.mjs 230 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _SidebarItem from "./SidebarItem.mjs";
  3. const SidebarItem = withInstall(_SidebarItem);
  4. var stdin_default = SidebarItem;
  5. export {
  6. SidebarItem,
  7. stdin_default as default
  8. };