[@johanneslumpe/styled-props](../README.md) > ["utils/fonts/lineHeight"](../modules/_utils_fonts_lineheight_.md) > [LineHeightProps](../interfaces/_utils_fonts_lineheight_.lineheightprops.md)

# Interface: LineHeightProps

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

**LineHeightProps**

## Index

### Properties

* [style$LineHeight](_utils_fonts_lineheight_.lineheightprops.md#style_lineheight)

---

## Properties

<a id="style_lineheight"></a>

###  style$LineHeight

**● style$LineHeight**: *`T`*

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

The **`line-height`** CSS property sets the height of a line box. It's commonly used to set the distance between lines of text. On block-level elements, it specifies the minimum height of line boxes within the element. On non-replaced inline elements, it specifies the height that is used to calculate line box height.

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

___

