solar-ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
6 lines (5 loc) • 332 B
TypeScript
import { NzMessageContainerComponent } from '../message/nz-message-container.component';
import { NzNotificationConfig } from './nz-notification-config';
export declare class NzNotificationContainerComponent extends NzMessageContainerComponent {
constructor(defaultConfig: NzNotificationConfig, config: NzNotificationConfig);
}