index.d.ts 217 B

12345
  1. import Switch from './src/switch.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElSwitch: SFCWithInstall<typeof Switch>;
  4. export default ElSwitch;
  5. export * from './src/switch';