Interface: BorderStyleProps
Hierarchy
-
BorderStyleProps
Properties
borderWidth
• Optional
borderWidth: number
borderTopWidth
• Optional
borderTopWidth: number
borderBottomWidth
• Optional
borderBottomWidth: number
borderLeftWidth
• Optional
borderLeftWidth: number
borderRightWidth
• Optional
borderRightWidth: number
borderColor
• Optional
borderColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
borderTopColor
• Optional
borderTopColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
borderBottomColor
• Optional
borderBottomColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
borderLeftColor
• Optional
borderLeftColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
borderRightColor
• Optional
borderRightColor: `#${string}` | `rgba(${number}, ${number}, ${number}, ${number})`
borderRadius
• Optional
borderRadius: number
borderTopLeftRadius
• Optional
borderTopLeftRadius: number
borderTopRightRadius
• Optional
borderTopRightRadius: number
borderBottomLeftRadius
• Optional
borderBottomLeftRadius: number
borderBottomRightRadius
• Optional
borderBottomRightRadius: number
borderStyle
• Optional
borderStyle: "solid"
| "dotted"
| "dashed"