[@johanneslumpe/styled-props](../README.md) > ["utils/text/wordWrap"](../modules/_utils_text_wordwrap_.md) > [WordWrapProps](../interfaces/_utils_text_wordwrap_.wordwrapprops.md)

# Interface: WordWrapProps

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

**WordWrapProps**

## Index

### Properties

* [style$WordWrap](_utils_text_wordwrap_.wordwrapprops.md#style_wordwrap)

---

## Properties

<a id="style_wordwrap"></a>

###  style$WordWrap

**● style$WordWrap**: *`T`*

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

The `**overflow-wrap**` CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.

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

___

