[@johanneslumpe/styled-props](../README.md) > ["utils/box-model/width"](../modules/_utils_box_model_width_.md) > [WidthProps](../interfaces/_utils_box_model_width_.widthprops.md)

# Interface: WidthProps

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

**WidthProps**

## Index

### Properties

* [style$Width](_utils_box_model_width_.widthprops.md#style_width)

---

## Properties

<a id="style_width"></a>

###  style$Width

**● style$Width**: *`T`*

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

The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area.

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

___

