[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderInlineStartStyle"](../modules/_utils_logical_properties_borderinlinestartstyle_.md) > [BorderInlineStartStyleProps](../interfaces/_utils_logical_properties_borderinlinestartstyle_.borderinlinestartstyleprops.md)

# Interface: BorderInlineStartStyleProps

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

**BorderInlineStartStyleProps**

## Index

### Properties

* [style$BorderInlineStartStyle](_utils_logical_properties_borderinlinestartstyle_.borderinlinestartstyleprops.md#style_borderinlinestartstyle)

---

## Properties

<a id="style_borderinlinestartstyle"></a>

###  style$BorderInlineStartStyle

**● style$BorderInlineStartStyle**: *`T`*

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

The **`border-inline-start-style`** CSS property defines the style of the logical inline start 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-start-style](https://developer.mozilla.org/docs/Web/CSS/border-inline-start-style)

___

