UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 174 B
import type { SFCWithInstall } from '../utils/types'; import Switch from './src/index.vue'; declare const _Switch: SFCWithInstall<typeof Switch>; export default _Switch;