@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 Button from "./Button.mjs";
import { props as buttonProps } from "./props.mjs";
withInstall(Button);
withPropsDefaultsSetter(Button, buttonProps);
const _ButtonComponent = Button;
var stdin_default = Button;
export {
_ButtonComponent,
buttonProps,
stdin_default as default
};