UNPKG

@ngx-popovers/tooltip

Version:

The Tooltip component based on Angular 17+ and Floating-ui shows tooltips next to the trigger element

12 lines (11 loc) 396 B
import * as i0 from "@angular/core"; /** * Default tooltip component. * * It can be replaced with DI */ export declare class TooltipBase { text: string; static ɵfac: i0.ɵɵFactoryDeclaration<TooltipBase, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TooltipBase, "ng-component", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>; }