UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

14 lines (13 loc) 842 B
import { GoabAriaLiveType, GoabNotificationType } from "@abgov/ui-components-common"; import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class GoabNotification { type?: GoabNotificationType; ariaLive?: GoabAriaLiveType; maxContentWidth?: string; testId?: string; onDismiss: EventEmitter<any>; _onDismiss(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GoabNotification, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabNotification, "goab-notification", never, { "type": { "alias": "type"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onDismiss": "onDismiss"; }, never, ["*"], true, never>; }