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

13 lines (12 loc) 760 B
import { DsfrDownload } from '../download'; import * as i0 from "@angular/core"; export declare class DsfrDownloadsGroupComponent { /** Titre du groupe de fichiers (facultatif). */ heading: string; /** Niveau de titre, '<h4>' par défaut. */ headingLevel: string; /** Tableau des fichiers à lister. */ downloads: DsfrDownload[]; static ɵfac: i0.ɵɵFactoryDeclaration<DsfrDownloadsGroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DsfrDownloadsGroupComponent, "dsfr-downloads-group", never, { "heading": { "alias": "heading"; "required": false; }; "headingLevel": { "alias": "headingLevel"; "required": false; }; "downloads": { "alias": "downloads"; "required": false; }; }, {}, never, never, false, never>; }