igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (12 loc) • 642 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tooltip.directive";
import * as i2 from "./tooltip-target.directive";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxTooltipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxTooltipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxTooltipModule, never, [typeof i1.IgxTooltipDirective, typeof i2.IgxTooltipTargetDirective], [typeof i1.IgxTooltipDirective, typeof i2.IgxTooltipTargetDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxTooltipModule>;
}