descriptions-item.component.d.ts 978 B

123456789101112131415161718
  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 { OnChanges, OnDestroy, TemplateRef } from '@angular/core';
  6. import { Subject } from 'rxjs';
  7. import * as i0 from "@angular/core";
  8. export declare class NzDescriptionsItemComponent implements OnChanges, OnDestroy {
  9. content: TemplateRef<void>;
  10. nzSpan: number;
  11. nzTitle: string | TemplateRef<void>;
  12. readonly inputChange$: Subject<void>;
  13. ngOnChanges(): void;
  14. ngOnDestroy(): void;
  15. static ɵfac: i0.ɵɵFactoryDeclaration<NzDescriptionsItemComponent, never>;
  16. static ɵcmp: i0.ɵɵComponentDeclaration<NzDescriptionsItemComponent, "nz-descriptions-item", ["nzDescriptionsItem"], { "nzSpan": { "alias": "nzSpan"; "required": false; }; "nzTitle": { "alias": "nzTitle"; "required": false; }; }, {}, never, ["*"], true, never>;
  17. static ngAcceptInputType_nzSpan: unknown;
  18. }