UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (6 loc) 277 B
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