UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

5 lines (4 loc) 175 B
import { FormGroup } from "@angular/forms"; export declare class KwikIDFormViewService { createFormGroup(fields: any, object: any, takeAction: any): Promise<FormGroup>; }