UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

4 lines (3 loc) 263 B
export declare const removeField: (fields: any[], fieldKey: string) => any; export declare const getFieldIndex: (fields: any[], identifier: any) => number; export declare const findModifiedKeys: (defaultJson: any, modifiedJson: any, currentPath?: string) => any;