[@johanneslumpe/styled-props](../README.md) > ["utils/text/textAlign"](../modules/_utils_text_textalign_.md) > [TextAlignProps](../interfaces/_utils_text_textalign_.textalignprops.md)

# Interface: TextAlignProps

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

**TextAlignProps**

## Index

### Properties

* [style$TextAlign](_utils_text_textalign_.textalignprops.md#style_textalign)

---

## Properties

<a id="style_textalign"></a>

###  style$TextAlign

**● style$TextAlign**: *`T`*

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

The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.

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

___

