[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/marginBottom"](../modules/_utils_box_model_marginbottom_.md) > [MarginBottomProps](../interfaces/_utils_box_model_marginbottom_.marginbottomprops.md)

# Interface: MarginBottomProps

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

**MarginBottomProps**

## Index

### Properties

* [style$MarginBottom](_utils_box_model_marginbottom_.marginbottomprops.md#style_marginbottom)

---

## Properties

<a id="style_marginbottom"></a>

###  style$MarginBottom

**● style$MarginBottom**: *`T`*

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

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

___

