[@johanneslumpe/styled-props](../README.md) > ["utils/text/hyphens"](../modules/_utils_text_hyphens_.md) > [HyphensProps](../interfaces/_utils_text_hyphens_.hyphensprops.md)

# Interface: HyphensProps

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

**HyphensProps**

## Index

### Properties

* [style$Hyphens](_utils_text_hyphens_.hyphensprops.md#style_hyphens)

---

## Properties

<a id="style_hyphens"></a>

###  style$Hyphens

**● style$Hyphens**: *`T`*

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

The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. You can prevent hyphenation entirely, use hyphenation in manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.

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

___

