[@johanneslumpe/styled-props](../README.md) > ["utils/flexible-box-layout/alignSelf"](../modules/_utils_flexible_box_layout_alignself_.md) > [AlignSelfProps](../interfaces/_utils_flexible_box_layout_alignself_.alignselfprops.md)

# Interface: AlignSelfProps

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

**AlignSelfProps**

## Index

### Properties

* [style$AlignSelf](_utils_flexible_box_layout_alignself_.alignselfprops.md#style_alignself)

---

## Properties

<a id="style_alignself"></a>

###  style$AlignSelf

**● style$AlignSelf**: *`T`*

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

The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.

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

___

