[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderInlineStartWidth"](../modules/_utils_logical_properties_borderinlinestartwidth_.md) > [BorderInlineStartWidthProps](../interfaces/_utils_logical_properties_borderinlinestartwidth_.borderinlinestartwidthprops.md)

# Interface: BorderInlineStartWidthProps

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

**BorderInlineStartWidthProps**

## Index

### Properties

* [style$BorderInlineStartWidth](_utils_logical_properties_borderinlinestartwidth_.borderinlinestartwidthprops.md#style_borderinlinestartwidth)

---

## Properties

<a id="style_borderinlinestartwidth"></a>

###  style$BorderInlineStartWidth

**● style$BorderInlineStartWidth**: *`T`*

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

The **`border-inline-start-width`** CSS property defines the width of the logical inline-start border 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`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.

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

___

