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