@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
12 lines • 325 B
TypeScript
export interface FormioAlert {
type: string;
message: string;
component?: any;
}
export declare class FormioAlerts {
alerts: FormioAlert[];
setAlert(alert: FormioAlert): void;
addAlert(alert: FormioAlert): void;
setAlerts(alerts: FormioAlert[]): void;
}
//# sourceMappingURL=formio.alerts.d.ts.map