import { withInstall } from '@element-plus/utils' import Switch from './src/switch.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElSwitch: SFCWithInstall = withInstall(Switch) export default ElSwitch export * from './src/switch'