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