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

16 lines (15 loc) 539 B
export declare namespace DsfrPanelBackgroundConst { const DEFAULT = "default"; const GREY = "grey"; const TRANSPARENT = "transparent"; } type TypeBackground = typeof DsfrPanelBackgroundConst; export type DsfrPanelBackground = TypeBackground[keyof TypeBackground]; export declare namespace DsfrPanelBorderConst { const DEFAULT = "default"; const NO_BORDER = "no-border"; const SHADOW = "shadow"; } type TypeBorder = typeof DsfrPanelBorderConst; export type DsfrPanelBorder = TypeBorder[keyof TypeBorder]; export {};