vant
Version:
Mobile UI Components built on Vue
11 lines (10 loc) • 304 B
JavaScript
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
};