Function: resolveBorderRadius()
resolveBorderRadius(
value,previous?):BorderRadiusResolved
Defined in: attributes/shape/corners/border-radius.ts:52
Resolves BorderRadiusProps into a fully-specified BorderRadiusResolved.
- A number expands to all four corners set to that value.
- A partial object fills missing corners from
previous, then falls back to 0.