[@johanneslumpe/styled-props](../README.md) > ["utils/text/overflowWrap"](../modules/_utils_text_overflowwrap_.md) > [OverflowWrapProps](../interfaces/_utils_text_overflowwrap_.overflowwrapprops.md)

# Interface: OverflowWrapProps

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

**OverflowWrapProps**

## Index

### Properties

* [style$OverflowWrap](_utils_text_overflowwrap_.overflowwrapprops.md#style_overflowwrap)

---

## Properties

<a id="style_overflowwrap"></a>

###  style$OverflowWrap

**● style$OverflowWrap**: *`T`*

*Defined in [utils/text/overflowWrap.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/text/overflowWrap.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)

___

