[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/insetBlockEnd"](../modules/_utils_logical_properties_insetblockend_.md) > [InsetBlockEndProps](../interfaces/_utils_logical_properties_insetblockend_.insetblockendprops.md)

# Interface: InsetBlockEndProps

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

**InsetBlockEndProps**

## Index

### Properties

* [style$InsetBlockEnd](_utils_logical_properties_insetblockend_.insetblockendprops.md#style_insetblockend)

---

## Properties

<a id="style_insetblockend"></a>

###  style$InsetBlockEnd

**● style$InsetBlockEnd**: *`T`*

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

The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.

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

___

