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