UNPKG

@formio-tmt/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.

12 lines 691 B
import { EventEmitter, OnInit } from '@angular/core'; import { FormioAlerts } from './formio.alerts'; import * as i0 from "@angular/core"; export declare class FormioAlertsComponent implements OnInit { alerts: FormioAlerts; focusComponent: EventEmitter<object>; ngOnInit(): void; getComponent(event: any, alert: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormioAlertsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormioAlertsComponent, "formio-alerts", never, { "alerts": { "alias": "alerts"; "required": false; }; }, { "focusComponent": "focusComponent"; }, never, never, false, never>; } //# sourceMappingURL=formio.alerts.component.d.ts.map