UNPKG

@metadev/lux

Version:

Lux: Library with User Interface components for Angular.

12 lines (11 loc) 472 B
import { LuxTooltipContext } from './tooltip-context'; import * as i0 from "@angular/core"; /** * Default Tooltip Component */ export declare class TooltipComponent { context: LuxTooltipContext; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ng-component", never, { "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>; }