UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

17 lines (16 loc) 1.09 kB
import * as i0 from "@angular/core"; type SnackbarType = "basic" | "success" | "failure"; type AnimationDirection = "up" | "down"; export declare class GoabTemporaryNotification { message: string; type: SnackbarType; duration?: number; progress?: number; testId?: string; actionText?: string; visible: boolean; animationDirection: AnimationDirection; static ɵfac: i0.ɵɵFactoryDeclaration<GoabTemporaryNotification, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabTemporaryNotification, "goab-temporary-notification", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "animationDirection": { "alias": "animationDirection"; "required": false; }; }, {}, never, never, true, never>; } export {};