UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 217 B
import Switch from './src/switch.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElSwitch: SFCWithInstall<typeof Switch>; export default ElSwitch; export * from './src/switch';