UNPKG

kre-form

Version:

本项目由 Angular8+ 编写的表单设计器和表单应用,所有的配置都是 JSON 结构体组成,PC 端是基于 ANT 组件库封装

6 lines (5 loc) 229 B
import { KreFormAttributes, KreFormFieldConfig } from "@kre-form/core"; export declare class IonKreFormAttributes extends KreFormAttributes { field: KreFormFieldConfig; focusElement(element: any, value: boolean): void; }