CornerRadius
type CornerRadius =
| number
| {
topLeft?: number
topRight?: number
bottomLeft?: number
bottomRight?: number
}
type CornerRadius =
| number
| {
topLeft?: number
topRight?: number
bottomLeft?: number
bottomRight?: number
}