[@johanneslumpe/styled-props](../README.md) > ["utils/text/textTransform"](../modules/_utils_text_texttransform_.md) > [TextTransformProps](../interfaces/_utils_text_texttransform_.texttransformprops.md)

# Interface: TextTransformProps

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

**TextTransformProps**

## Index

### Properties

* [style$TextTransform](_utils_text_texttransform_.texttransformprops.md#style_texttransform)

---

## Properties

<a id="style_texttransform"></a>

###  style$TextTransform

**● style$TextTransform**: *`T`*

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

The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.

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

___

