[@johanneslumpe/styled-props](../README.md) > ["utils/logical-properties/marginInlineStart"](../modules/_utils_logical_properties_margininlinestart_.md) > [MarginInlineStartProps](../interfaces/_utils_logical_properties_margininlinestart_.margininlinestartprops.md)

# Interface: MarginInlineStartProps

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

**MarginInlineStartProps**

## Index

### Properties

* [style$MarginInlineStart](_utils_logical_properties_margininlinestart_.margininlinestartprops.md#style_margininlinestart)

---

## Properties

<a id="style_margininlinestart"></a>

###  style$MarginInlineStart

**● style$MarginInlineStart**: *`T`*

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

The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. 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-start](https://developer.mozilla.org/docs/Web/CSS/margin-inline-start)

___

