@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
10 lines (9 loc) • 545 B
TypeScript
import { ElementRef } from '@angular/core';
import { MessageWrapperComponent } from '../message/message-wrapper.component';
import * as i0 from "@angular/core";
export declare class NotificationWrapperComponent extends MessageWrapperComponent {
elementRef: ElementRef;
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationWrapperComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationWrapperComponent, "aui-notification-wrapper", never, {}, {}, never, never, true, never>;
}