ng-zorro-antd-yj
Version:
An enterprise-class UI components based on Ant Design and Angular
13 lines (12 loc) • 608 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import { NzMessageComponent } from '../message/nz-message.component';
import { NzNotificationContainerComponent } from './nz-notification-container.component';
import { NzNotificationDataFilled } from './nz-notification.definitions';
export declare class NzNotificationComponent extends NzMessageComponent {
private container;
protected cdr: ChangeDetectorRef;
nzMessage: NzNotificationDataFilled;
constructor(container: NzNotificationContainerComponent, cdr: ChangeDetectorRef);
close(): void;
readonly state: string | undefined;
}