[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/placeContent"](../modules/_utils_box_alignment_placecontent_.md) > [PlaceContentProps](../interfaces/_utils_box_alignment_placecontent_.placecontentprops.md)

# Interface: PlaceContentProps

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

**PlaceContentProps**

## Index

### Properties

* [style$PlaceContent](_utils_box_alignment_placecontent_.placecontentprops.md#style_placecontent)

---

## Properties

<a id="style_placecontent"></a>

###  style$PlaceContent

**● style$PlaceContent**: *`T`*

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

The `**place-content**` CSS property is a shorthand for `align-content` and `justify-content`. It can be used in any layout method which utilizes both of these alignment values.

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

___

