dropdown-button.directive.d.ts 756 B

123456789101112131415
  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 { AfterViewInit, ElementRef, Renderer2 } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzDropdownButtonDirective implements AfterViewInit {
  8. private renderer;
  9. private elementRef;
  10. private nzButtonGroupComponent;
  11. constructor(renderer: Renderer2, elementRef: ElementRef);
  12. ngAfterViewInit(): void;
  13. static ɵfac: i0.ɵɵFactoryDeclaration<NzDropdownButtonDirective, never>;
  14. static ɵdir: i0.ɵɵDirectiveDeclaration<NzDropdownButtonDirective, "[nz-button][nz-dropdown]", never, {}, {}, never, never, true, never>;
  15. }