@formio/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
19 lines • 995 B
TypeScript
import { ElementRef, EventEmitter, AfterViewInit } from '@angular/core';
import { Form, FormBuilder } from '@formio/js';
import WebformBuilder from '@formio/js/lib/cjs/WebformBuilder';
import * as i0 from "@angular/core";
export declare class FormioBuilder implements AfterViewInit {
element: ElementRef;
form?: Form['options'] | null;
options?: FormBuilder['options'];
change: EventEmitter<any>;
ready: EventEmitter<any>;
error: EventEmitter<any>;
builder: FormBuilder;
componentAdding: boolean;
get instance(): WebformBuilder;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormioBuilder, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormioBuilder, "formio-builder", never, { "form": { "alias": "form"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "change": "change"; "ready": "ready"; "error": "error"; }, never, never, false, never>;
}
//# sourceMappingURL=builder.component.d.ts.map