[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderBlockWidth"](../modules/_utils_logical_properties_borderblockwidth_.md) > [BorderBlockWidthProps](../interfaces/_utils_logical_properties_borderblockwidth_.borderblockwidthprops.md)

# Interface: BorderBlockWidthProps

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

**BorderBlockWidthProps**

## Index

### Properties

* [style$BorderBlockWidth](_utils_logical_properties_borderblockwidth_.borderblockwidthprops.md#style_borderblockwidth)

---

## Properties

<a id="style_borderblockwidth"></a>

###  style$BorderBlockWidth

**● style$BorderBlockWidth**: *`T`*

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

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

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

___

