[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderInlineWidth"](../modules/_utils_logical_properties_borderinlinewidth_.md) > [BorderInlineWidthProps](../interfaces/_utils_logical_properties_borderinlinewidth_.borderinlinewidthprops.md)

# Interface: BorderInlineWidthProps

## Type parameters
#### T 
## Hierarchy

**BorderInlineWidthProps**

## Index

### Properties

* [style$BorderInlineWidth](_utils_logical_properties_borderinlinewidth_.borderinlinewidthprops.md#style_borderinlinewidth)

---

## Properties

<a id="style_borderinlinewidth"></a>

###  style$BorderInlineWidth

**● style$BorderInlineWidth**: *`T`*

*Defined in [utils/logical-properties/borderInlineWidth.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/logical-properties/borderInlineWidth.ts#L12)*

The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/border-inline-width](https://developer.mozilla.org/docs/Web/CSS/border-inline-width)

___

