[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/alignItems"](../modules/_utils_box_alignment_alignitems_.md) > [AlignItemsProps](../interfaces/_utils_box_alignment_alignitems_.alignitemsprops.md)

# Interface: AlignItemsProps

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

**AlignItemsProps**

## Index

### Properties

* [style$AlignItems](_utils_box_alignment_alignitems_.alignitemsprops.md#style_alignitems)

---

## Properties

<a id="style_alignitems"></a>

###  style$AlignItems

**● style$AlignItems**: *`T`*

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

The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.

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

___

