UNPKG

@niku/ez-form

Version:

Powerful, Easy-to-use form package

10 lines (8 loc) 229 B
import { EzForm, EzFormItem, EzFormList } from "./index"; declare module "@vue/runtime-core" { export interface GlobalComponents { EzForm: typeof EzForm; EzFormItem: typeof EzFormItem; EzFormList: typeof EzFormList; } }