[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderBlockEndWidth"](../modules/_utils_logical_properties_borderblockendwidth_.md) > [BorderBlockEndWidthProps](../interfaces/_utils_logical_properties_borderblockendwidth_.borderblockendwidthprops.md)

# Interface: BorderBlockEndWidthProps

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

**BorderBlockEndWidthProps**

## Index

### Properties

* [style$BorderBlockEndWidth](_utils_logical_properties_borderblockendwidth_.borderblockendwidthprops.md#style_borderblockendwidth)

---

## Properties

<a id="style_borderblockendwidth"></a>

###  style$BorderBlockEndWidth

**● style$BorderBlockEndWidth**: *`T`*

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

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

___

