UNPKG

@edugouvfr/ngx-dsfr

Version:

NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).

12 lines (11 loc) 586 B
import { ElementRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DsfrTooltipDirective { private elementRef; private viewContainer; private tooltipComponent; constructor(elementRef: ElementRef, viewContainer: ViewContainerRef); set tooltip(value: string); static ɵfac: i0.ɵɵFactoryDeclaration<DsfrTooltipDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DsfrTooltipDirective, "[tooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>; }