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

7 lines (6 loc) 231 B
import { InjectionToken } from '@angular/core'; import { DsfrConfig } from './config.model'; export declare const DEFAULT_CONFIG: { artworkDirPath: string; }; export declare const DSFR_CONFIG_TOKEN: InjectionToken<DsfrConfig>;