[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/minHeight"](../modules/_utils_box_model_minheight_.md) > [MinHeightProps](../interfaces/_utils_box_model_minheight_.minheightprops.md)

# Interface: MinHeightProps

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

**MinHeightProps**

## Index

### Properties

* [style$MinHeight](_utils_box_model_minheight_.minheightprops.md#style_minheight)

---

## Properties

<a id="style_minheight"></a>

###  style$MinHeight

**● style$MinHeight**: *`T`*

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

The **`min-height`** CSS property sets the minimum height of an element. It prevents the used value of the `height` property from becoming smaller than the value specified for `min-height`.

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

___

