@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
5 lines (4 loc) • 332 B
TypeScript
export declare const ThemeComponentsVariantsArray: string[];
export declare type ThemeComponentsVariants = typeof ThemeComponentsVariantsArray[number];
export type EmphasisVariants = 'bold' | 'subtle' | 'minimal';
export type SemanticVariants = 'neutral' | 'danger' | 'warning' | 'success' | 'information' | 'discovery' | 'planet';