space-compact.component.d.ts 1.1 KB

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 { ElementRef } from '@angular/core';
  6. import { NzSizeLDSType } from 'ng-zorro-antd/core/types';
  7. import * as i0 from "@angular/core";
  8. export declare class NzSpaceCompactComponent {
  9. readonly nzBlock: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
  10. readonly nzDirection: import("@angular/core").InputSignal<"vertical" | "horizontal">;
  11. readonly nzSize: import("@angular/core").InputSignal<NzSizeLDSType>;
  12. readonly elementRef: ElementRef<HTMLElement>;
  13. static ɵfac: i0.ɵɵFactoryDeclaration<NzSpaceCompactComponent, never>;
  14. static ɵcmp: i0.ɵɵComponentDeclaration<NzSpaceCompactComponent, "nz-space-compact", ["nzSpaceCompact"], { "nzBlock": { "alias": "nzBlock"; "required": false; "isSignal": true; }; "nzDirection": { "alias": "nzDirection"; "required": false; "isSignal": true; }; "nzSize": { "alias": "nzSize"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
  15. }