[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/marginRight"](../modules/_utils_box_model_marginright_.md) > [MarginRightProps](../interfaces/_utils_box_model_marginright_.marginrightprops.md)

# Interface: MarginRightProps

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

**MarginRightProps**

## Index

### Properties

* [style$MarginRight](_utils_box_model_marginright_.marginrightprops.md#style_marginright)

---

## Properties

<a id="style_marginright"></a>

###  style$MarginRight

**● style$MarginRight**: *`T`*

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

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

___

