[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderBlockEndStyle"](../modules/_utils_logical_properties_borderblockendstyle_.md) > [BorderBlockEndStyleProps](../interfaces/_utils_logical_properties_borderblockendstyle_.borderblockendstyleprops.md)

# Interface: BorderBlockEndStyleProps

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

**BorderBlockEndStyleProps**

## Index

### Properties

* [style$BorderBlockEndStyle](_utils_logical_properties_borderblockendstyle_.borderblockendstyleprops.md#style_borderblockendstyle)

---

## Properties

<a id="style_borderblockendstyle"></a>

###  style$BorderBlockEndStyle

**● style$BorderBlockEndStyle**: *`T`*

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

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

___

