UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 195 B
import type { SFCWithInstall } from '../utils/types'; import FormItem from '../el-form/src/form-item.vue'; declare const _FormItem: SFCWithInstall<typeof FormItem>; export default _FormItem;