6 lines
217 B
TypeScript
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';
|