[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/maxHeight"](../modules/_utils_box_model_maxheight_.md) > [MaxHeightProps](../interfaces/_utils_box_model_maxheight_.maxheightprops.md)

# Interface: MaxHeightProps

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

**MaxHeightProps**

## Index

### Properties

* [style$MaxHeight](_utils_box_model_maxheight_.maxheightprops.md#style_maxheight)

---

## Properties

<a id="style_maxheight"></a>

###  style$MaxHeight

**● style$MaxHeight**: *`T`*

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

The **`max-height`** CSS property sets the maximum height of an element. It prevents the used value of the `height` property from becoming larger than the value specified for `max-height`.

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

___

