export const SIZES = ['xs', 'sm', 'md', 'lg', 'xl'] as const; export type TypeSize = typeof SIZES[number];