UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 175 B
import type { SFCWithInstall } from '../utils/types'; import Button from './src/button.vue'; declare const _Button: SFCWithInstall<typeof Button>; export default _Button;