UNPKG

@zhiyuanzmj/vue-form-create

Version:

一个基于Vue3.0 + TS 的表单设计器

12 lines (8 loc) 264 B
import { App, DefineComponent } from 'vue' declare namespace FormCreate { export function install(app: App): void export const ElDesignForm: DefineComponent export const ElGenerateForm: DefineComponent } export as namespace FormCreate export = FormCreate