@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
8 lines (7 loc) • 406 B
TypeScript
import { TuiHoveredService } from './hovered.service';
import * as i0 from "@angular/core";
export declare class TuiHovered {
readonly tuiHoveredChange: TuiHoveredService;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHovered, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHovered, "[tuiHoveredChange]", never, {}, { "tuiHoveredChange": "tuiHoveredChange"; }, never, never, true, never>;
}