[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderInlineStyle"](../modules/_utils_logical_properties_borderinlinestyle_.md) > [BorderInlineStyleProps](../interfaces/_utils_logical_properties_borderinlinestyle_.borderinlinestyleprops.md)

# Interface: BorderInlineStyleProps

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

**BorderInlineStyleProps**

## Index

### Properties

* [style$BorderInlineStyle](_utils_logical_properties_borderinlinestyle_.borderinlinestyleprops.md#style_borderinlinestyle)

---

## Properties

<a id="style_borderinlinestyle"></a>

###  style$BorderInlineStyle

**● style$BorderInlineStyle**: *`T`*

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

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

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

___

