[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/insetBlockStart"](../modules/_utils_logical_properties_insetblockstart_.md) > [InsetBlockStartProps](../interfaces/_utils_logical_properties_insetblockstart_.insetblockstartprops.md)

# Interface: InsetBlockStartProps

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

**InsetBlockStartProps**

## Index

### Properties

* [style$InsetBlockStart](_utils_logical_properties_insetblockstart_.insetblockstartprops.md#style_insetblockstart)

---

## Properties

<a id="style_insetblockstart"></a>

###  style$InsetBlockStart

**● style$InsetBlockStart**: *`T`*

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

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

___

