Skip to main content

Interface: BorderStyleProps

Hierarchy

Properties

borderWidth

Optional borderWidth: number


borderTopWidth

Optional borderTopWidth: number


borderBottomWidth

Optional borderBottomWidth: number


borderLeftWidth

Optional borderLeftWidth: number


borderRightWidth

Optional borderRightWidth: number


borderColor

Optional borderColor: ColorProp


borderTopColor

Optional borderTopColor: ColorProp


borderBottomColor

Optional borderBottomColor: ColorProp


borderLeftColor

Optional borderLeftColor: ColorProp


borderRightColor

Optional borderRightColor: ColorProp


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"