export type Size = 'small' | 'medium'; export enum SIZES { small = 'small', medium = 'medium' }