UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

3 lines (2 loc) 147 B
export type TSizeVariants = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; export declare const sizeVariantToCSS: (size: TSizeVariants) => any;