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).

15 lines (14 loc) 595 B
import { I18nService } from '../../shared'; import * as i0 from "@angular/core"; export declare class DsfrTooltipButtonComponent { i18n: I18nService; /** * La valeur du tooltip. */ tooltip: string; /** @internal */ tooltipId: string; constructor(/** @internal */ i18n: I18nService); static ɵfac: i0.ɵɵFactoryDeclaration<DsfrTooltipButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DsfrTooltipButtonComponent, "dsfr-tooltip-button", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>; }