UNPKG

solar-ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

11 lines (10 loc) 483 B
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; nzMessage: NzNotificationDataFilled; constructor(container: NzNotificationContainerComponent); close(): void; readonly state: string; }