[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/borderBlockStartStyle"](../modules/_utils_logical_properties_borderblockstartstyle_.md) > [BorderBlockStartStyleProps](../interfaces/_utils_logical_properties_borderblockstartstyle_.borderblockstartstyleprops.md)

# Interface: BorderBlockStartStyleProps

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

**BorderBlockStartStyleProps**

## Index

### Properties

* [style$BorderBlockStartStyle](_utils_logical_properties_borderblockstartstyle_.borderblockstartstyleprops.md#style_borderblockstartstyle)

---

## Properties

<a id="style_borderblockstartstyle"></a>

###  style$BorderBlockStartStyle

**● style$BorderBlockStartStyle**: *`T`*

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

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

___

