[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderBlockStyle"](../modules/_utils_logical_properties_borderblockstyle_.md) > [BorderBlockStyleProps](../interfaces/_utils_logical_properties_borderblockstyle_.borderblockstyleprops.md)

# Interface: BorderBlockStyleProps

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

**BorderBlockStyleProps**

## Index

### Properties

* [style$BorderBlockStyle](_utils_logical_properties_borderblockstyle_.borderblockstyleprops.md#style_borderblockstyle)

---

## Properties

<a id="style_borderblockstyle"></a>

###  style$BorderBlockStyle

**● style$BorderBlockStyle**: *`T`*

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

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

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

___

