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