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