GasWell-front/node_modules/element-plus/lib/components/switch/index.d.ts

6 lines
217 B
TypeScript
Raw Normal View History

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