tooltip.module.d.ts 437 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./tooltip";
  3. export declare class NzToolTipModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzToolTipModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzToolTipModule, never, [typeof i1.NzToolTipComponent, typeof i1.NzTooltipDirective], [typeof i1.NzToolTipComponent, typeof i1.NzTooltipDirective]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzToolTipModule>;
  7. }