UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

6 lines (5 loc) 184 B
export declare enum EFormEditorType { FIELDS = "FIELDS", NON_FIELDS = "NON_FIELDS" } export declare type TFormEditorType = EFormEditorType.FIELDS | EFormEditorType.NON_FIELDS;