[@johanneslumpe/styled-props](../README.md) > ["utils/text-decoration/textShadow"](../modules/_utils_text_decoration_textshadow_.md) > [TextShadowProps](../interfaces/_utils_text_decoration_textshadow_.textshadowprops.md)

# Interface: TextShadowProps

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

**TextShadowProps**

## Index

### Properties

* [style$TextShadow](_utils_text_decoration_textshadow_.textshadowprops.md#style_textshadow)

---

## Properties

<a id="style_textshadow"></a>

###  style$TextShadow

**● style$TextShadow**: *`T`*

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

The **`text-shadow`** CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its `decorations`. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color.

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

___

