[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/maxWidth"](../modules/_utils_box_model_maxwidth_.md) > [MaxWidthProps](../interfaces/_utils_box_model_maxwidth_.maxwidthprops.md)

# Interface: MaxWidthProps

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

**MaxWidthProps**

## Index

### Properties

* [style$MaxWidth](_utils_box_model_maxwidth_.maxwidthprops.md#style_maxwidth)

---

## Properties

<a id="style_maxwidth"></a>

###  style$MaxWidth

**● style$MaxWidth**: *`T`*

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

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

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

___

