12345678 |
- import * as i0 from "@angular/core";
- export declare class NzNoAnimationDirective {
- animationType: "NoopAnimations" | "BrowserAnimations" | null;
- nzNoAnimation: boolean;
- static ɵfac: i0.ɵɵFactoryDeclaration<NzNoAnimationDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzNoAnimationDirective, "[nzNoAnimation]", ["nzNoAnimation"], { "nzNoAnimation": { "alias": "nzNoAnimation"; "required": false; }; }, {}, never, never, true, never>;
- static ngAcceptInputType_nzNoAnimation: unknown;
- }
|