Type alias BorderRadiusEdges
BorderRadiusEdges: { topLeft?: Boolean; topRight?: Boolean; bottomLeft?: Boolean; bottomRight?: Boolean }
Type declaration
-
Optional
topLeft?: Boolean
-
Optional
topRight?: Boolean
-
Optional
bottomLeft?: Boolean
-
Optional
bottomRight?: Boolean