carousel-content.directive.d.ts 757 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 { ElementRef, Renderer2 } from '@angular/core';
  6. import * as i0 from "@angular/core";
  7. export declare class NzCarouselContentDirective {
  8. private renderer;
  9. readonly el: HTMLElement;
  10. set isActive(value: boolean);
  11. get isActive(): boolean;
  12. private _active;
  13. constructor(elementRef: ElementRef, renderer: Renderer2);
  14. static ɵfac: i0.ɵɵFactoryDeclaration<NzCarouselContentDirective, never>;
  15. static ɵdir: i0.ɵɵDirectiveDeclaration<NzCarouselContentDirective, "[nz-carousel-content]", ["nzCarouselContent"], {}, {}, never, never, true, never>;
  16. }