[@johanneslumpe/styled-props](../README.md) > ["utils/flexible-box-layout/flexWrap"](../modules/_utils_flexible_box_layout_flexwrap_.md) > [FlexWrapProps](../interfaces/_utils_flexible_box_layout_flexwrap_.flexwrapprops.md)

# Interface: FlexWrapProps

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

**FlexWrapProps**

## Index

### Properties

* [style$FlexWrap](_utils_flexible_box_layout_flexwrap_.flexwrapprops.md#style_flexwrap)

---

## Properties

<a id="style_flexwrap"></a>

###  style$FlexWrap

**● style$FlexWrap**: *`T`*

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

The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.

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

___

