UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (7 loc) 309 B
import '../../utils/index.mjs'; import Switch from './src/switch2.mjs'; export { switchEmits, switchProps } from './src/switch.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const ElSwitch = withInstall(Switch); export { ElSwitch, ElSwitch as default }; //# sourceMappingURL=index.mjs.map