// constants/radius.ts export const radiusMap = { xs: 2, sm: 4, md: 6, lg: 8, xl: 12, full: 100, } as const;