[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/insetInline"](../modules/_utils_logical_properties_insetinline_.md) > [InsetInlineProps](../interfaces/_utils_logical_properties_insetinline_.insetinlineprops.md)

# Interface: InsetInlineProps

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

**InsetInlineProps**

## Index

### Properties

* [style$InsetInline](_utils_logical_properties_insetinline_.insetinlineprops.md#style_insetinline)

---

## Properties

<a id="style_insetinline"></a>

###  style$InsetInline

**● style$InsetInline**: *`T`*

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

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

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

___

