UNPKG

element-plus

Version:

A Component Library for Vue3.0

6 lines (5 loc) 195 B
import type { SFCWithInstall } from '../utils/types'; import Form from './src/form.vue'; declare const _Form: SFCWithInstall<typeof Form>; export default _Form; export * from './src/token';