@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
13 lines (12 loc) • 391 B
JavaScript
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
import IndexBar from "./IndexBar.mjs";
import { props as indexBarProps } from "./props.mjs";
withInstall(IndexBar);
withPropsDefaultsSetter(IndexBar, indexBarProps);
const _IndexBarComponent = IndexBar;
var stdin_default = IndexBar;
export {
_IndexBarComponent,
stdin_default as default,
indexBarProps
};