[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/placeSelf"](../modules/_utils_box_alignment_placeself_.md) > [PlaceSelfProps](../interfaces/_utils_box_alignment_placeself_.placeselfprops.md)

# Interface: PlaceSelfProps

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

**PlaceSelfProps**

## Index

### Properties

* [style$PlaceSelf](_utils_box_alignment_placeself_.placeselfprops.md#style_placeself)

---

## Properties

<a id="style_placeself"></a>

###  style$PlaceSelf

**● style$PlaceSelf**: *`T`*

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

The **`place-self`** CSS property is a shorthand property sets both the `align-self` and `justify-self` properties. The first value is the `align-self` property value, the second the `justify-self` one. If the second value is not present, the first value is also used for it.

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

___

