igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
6 lines (5 loc) • 330 B
TypeScript
import { IgxTooltipTargetDirective } from './tooltip-target.directive';
import { IgxTooltipDirective } from './tooltip.directive';
export * from './tooltip.directive';
export * from './tooltip-target.directive';
export declare const IGX_TOOLTIP_DIRECTIVES: readonly [typeof IgxTooltipDirective, typeof IgxTooltipTargetDirective];