UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

8 lines (6 loc) 155 B
export enum LogoSizeEnum { X_SMALL = 'x-small', SMALL = 'small', NORMAL = 'normal' } export const LOGO_SIZE_ENUM_VALUES = Object.values(LogoSizeEnum);