[@johanneslumpe/styled-props](../README.md) > ["utils/columns/columnWidth"](../modules/_utils_columns_columnwidth_.md) > [ColumnWidthProps](../interfaces/_utils_columns_columnwidth_.columnwidthprops.md)

# Interface: ColumnWidthProps

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

**ColumnWidthProps**

## Index

### Properties

* [style$ColumnWidth](_utils_columns_columnwidth_.columnwidthprops.md#style_columnwidth)

---

## Properties

<a id="style_columnwidth"></a>

###  style$ColumnWidth

**● style$ColumnWidth**: *`T`*

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

The **`column-width`** CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the `column-width` value. If the width of the container is narrower than the specified value, the single column's width will be smaller than the declared column width.

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

___

