[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/height"](../modules/_utils_box_model_height_.md) > [HeightProps](../interfaces/_utils_box_model_height_.heightprops.md)

# Interface: HeightProps

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

**HeightProps**

## Index

### Properties

* [style$Height](_utils_box_model_height_.heightprops.md#style_height)

---

## Properties

<a id="style_height"></a>

###  style$Height

**● style$Height**: *`T`*

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

The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area.

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

___

