[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/minWidth"](../modules/_utils_box_model_minwidth_.md) > [MinWidthProps](../interfaces/_utils_box_model_minwidth_.minwidthprops.md)

# Interface: MinWidthProps

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

**MinWidthProps**

## Index

### Properties

* [style$MinWidth](_utils_box_model_minwidth_.minwidthprops.md#style_minwidth)

---

## Properties

<a id="style_minwidth"></a>

###  style$MinWidth

**● style$MinWidth**: *`T`*

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

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

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

___

