skeleton.module.d.ts 870 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./skeleton-element.component";
  3. import * as i2 from "./skeleton.component";
  4. export declare class NzSkeletonModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzSkeletonModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzSkeletonModule, never, [typeof i1.NzSkeletonElementDirective, typeof i2.NzSkeletonComponent, typeof i1.NzSkeletonElementButtonComponent, typeof i1.NzSkeletonElementAvatarComponent, typeof i1.NzSkeletonElementImageComponent, typeof i1.NzSkeletonElementInputComponent], [typeof i1.NzSkeletonElementDirective, typeof i2.NzSkeletonComponent, typeof i1.NzSkeletonElementButtonComponent, typeof i1.NzSkeletonElementAvatarComponent, typeof i1.NzSkeletonElementImageComponent, typeof i1.NzSkeletonElementInputComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzSkeletonModule>;
  8. }