[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/placeItems"](../modules/_utils_box_alignment_placeitems_.md) > [PlaceItemsProps](../interfaces/_utils_box_alignment_placeitems_.placeitemsprops.md)

# Interface: PlaceItemsProps

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

**PlaceItemsProps**

## Index

### Properties

* [style$PlaceItems](_utils_box_alignment_placeitems_.placeitemsprops.md#style_placeitems)

---

## Properties

<a id="style_placeitems"></a>

###  style$PlaceItems

**● style$PlaceItems**: *`T`*

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

The CSS **`place-items`** shorthand property sets the `align-items` and `justify-items` properties, respectively. If the second value is not set, the first value is also used for it.

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

___

