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