[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderInlineEndStyle"](../modules/_utils_logical_properties_borderinlineendstyle_.md) > [BorderInlineEndStyleProps](../interfaces/_utils_logical_properties_borderinlineendstyle_.borderinlineendstyleprops.md)

# Interface: BorderInlineEndStyleProps

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

**BorderInlineEndStyleProps**

## Index

### Properties

* [style$BorderInlineEndStyle](_utils_logical_properties_borderinlineendstyle_.borderinlineendstyleprops.md#style_borderinlineendstyle)

---

## Properties

<a id="style_borderinlineendstyle"></a>

###  style$BorderInlineEndStyle

**● style$BorderInlineEndStyle**: *`T`*

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

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

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

___

