ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
14 lines (13 loc) • 865 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tooltip";
import * as i2 from "@angular/cdk/bidi";
import * as i3 from "@angular/common";
import * as i4 from "@angular/cdk/overlay";
import * as i5 from "ng-zorro-antd/core/outlet";
import * as i6 from "ng-zorro-antd/core/overlay";
import * as i7 from "ng-zorro-antd/core/no-animation";
export declare class NzToolTipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzToolTipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzToolTipModule, [typeof i1.NzToolTipComponent, typeof i1.NzTooltipDirective], [typeof i2.BidiModule, typeof i3.CommonModule, typeof i4.OverlayModule, typeof i5.NzOutletModule, typeof i6.NzOverlayModule, typeof i7.NzNoAnimationModule], [typeof i1.NzToolTipComponent, typeof i1.NzTooltipDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzToolTipModule>;
}