[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/marginInlineEnd"](../modules/_utils_logical_properties_margininlineend_.md) > [MarginInlineEndProps](../interfaces/_utils_logical_properties_margininlineend_.margininlineendprops.md)

# Interface: MarginInlineEndProps

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

**MarginInlineEndProps**

## Index

### Properties

* [style$MarginInlineEnd](_utils_logical_properties_margininlineend_.margininlineendprops.md#style_margininlineend)

---

## Properties

<a id="style_margininlineend"></a>

###  style$MarginInlineEnd

**● style$MarginInlineEnd**: *`T`*

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

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

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

___

