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

25 lines (24 loc) 1.14 kB
import { AfterContentInit, AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DsfrTranscriptionComponent implements AfterContentInit, AfterViewInit { private elementRef; /** * Contenu de la transcription, prioritaire sur le slot <ng-content /> sans sélecteur. * Le slot permet d'avoir un contenu plus riche. */ content: string; /** Titre du média de niveau h1. */ heading: string; /** @internal */ collapseId: string; /** @internal */ dialogId: string; /** @internal */ titleId: string; /** @internal */ roleDialog: boolean; constructor(elementRef: ElementRef); ngAfterContentInit(): void; /** @internal */ ngAfterViewInit(): void; /** @internal */ enlargeScript(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DsfrTranscriptionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DsfrTranscriptionComponent, "dsfr-transcription", never, { "content": { "alias": "content"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>; }