Files
WAI_Project_VUE/node_modules/element-plus/lib/components/switch/index.d.ts
2025-11-24 23:24:06 +08:00

6 lines
217 B
TypeScript

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';