UNPKG

ontimize-web-ngx

Version:
8 lines (7 loc) 194 B
export type AlertType = 'info' | 'warn' | 'error'; export declare class ODialogConfig { alertType?: AlertType; okButtonText?: string; cancelButtonText?: string; icon?: string; }