[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/marginTop"](../modules/_utils_box_model_margintop_.md) > [MarginTopProps](../interfaces/_utils_box_model_margintop_.margintopprops.md)

# Interface: MarginTopProps

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

**MarginTopProps**

## Index

### Properties

* [style$MarginTop](_utils_box_model_margintop_.margintopprops.md#style_margintop)

---

## Properties

<a id="style_margintop"></a>

###  style$MarginTop

**● style$MarginTop**: *`T`*

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

The **`margin-top`** CSS property sets the margin area on the top 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-top](https://developer.mozilla.org/docs/Web/CSS/margin-top)

___

