message-container.component.d.ts 779 B

12345678910111213141516
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { Direction } from '@angular/cdk/bidi';
  6. import { NzMNContainerComponent } from './base';
  7. import * as i0 from "@angular/core";
  8. export declare class NzMessageContainerComponent extends NzMNContainerComponent {
  9. dir: Direction;
  10. top?: string | null;
  11. constructor();
  12. protected subscribeConfigChange(): void;
  13. protected updateConfig(): void;
  14. static ɵfac: i0.ɵɵFactoryDeclaration<NzMessageContainerComponent, never>;
  15. static ɵcmp: i0.ɵɵComponentDeclaration<NzMessageContainerComponent, "nz-message-container", ["nzMessageContainer"], {}, {}, never, never, true, never>;
  16. }