Skip to content

RadiusValue

type RadiusValue =
| '2xs'
| 'xs'
| 'sm'
| 'md'
| 'lg'
| 'xl'
| '2xl'
| '3xl'
| '4xl'
| 'full'
| '100%'
| 'none';