[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/margin"](../modules/_utils_box_model_margin_.md) > [MarginProps](../interfaces/_utils_box_model_margin_.marginprops.md)

# Interface: MarginProps

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

**MarginProps**

## Index

### Properties

* [style$Margin](_utils_box_model_margin_.marginprops.md#style_margin)

---

## Properties

<a id="style_margin"></a>

###  style$Margin

**● style$Margin**: *`T`*

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

The **`margin`** CSS property sets the margin area on all four sides of an element. It is a shorthand for `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`.

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

___

