[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/justifyContent"](../modules/_utils_box_alignment_justifycontent_.md) > [JustifyContentProps](../interfaces/_utils_box_alignment_justifycontent_.justifycontentprops.md)

# Interface: JustifyContentProps

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

**JustifyContentProps**

## Index

### Properties

* [style$JustifyContent](_utils_box_alignment_justifycontent_.justifycontentprops.md#style_justifycontent)

---

## Properties

<a id="style_justifycontent"></a>

###  style$JustifyContent

**● style$JustifyContent**: *`T`*

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

The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.

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

___

