UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

13 lines (12 loc) 369 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as selectProps } from "./props.mjs"; import Select from "./Select.mjs"; withInstall(Select); withPropsDefaultsSetter(Select, selectProps); const _SelectComponent = Select; var stdin_default = Select; export { _SelectComponent, stdin_default as default, selectProps };