UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

11 lines (10 loc) 261 B
export interface FormioAlert { type: string; message: string; } export declare class FormioAlerts { alerts: FormioAlert[]; setAlert(alert: FormioAlert): void; addAlert(alert: FormioAlert): void; setAlerts(alerts: FormioAlert[]): void; }