[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/marginLeft"](../modules/_utils_box_model_marginleft_.md) > [MarginLeftProps](../interfaces/_utils_box_model_marginleft_.marginleftprops.md)

# Interface: MarginLeftProps

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

**MarginLeftProps**

## Index

### Properties

* [style$MarginLeft](_utils_box_model_marginleft_.marginleftprops.md#style_marginleft)

---

## Properties

<a id="style_marginleft"></a>

###  style$MarginLeft

**● style$MarginLeft**: *`T`*

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

The **`margin-left`** CSS property sets the margin area on the left side of an element. A positive value places it farther from its neighbors, while a negative value places it closer.

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

___

