12345678910 |
- import { withInstall } from "../utils/index.mjs";
- import _SidebarItem from "./SidebarItem.mjs";
- const SidebarItem = withInstall(_SidebarItem);
- var stdin_default = SidebarItem;
- import { sidebarItemProps } from "./SidebarItem.mjs";
- export {
- SidebarItem,
- stdin_default as default,
- sidebarItemProps
- };
|