[@johanneslumpe/styled-props](../README.md) > ["utils/flexible-box-layout/order"](../modules/_utils_flexible_box_layout_order_.md) > [OrderProps](../interfaces/_utils_flexible_box_layout_order_.orderprops.md)

# Interface: OrderProps

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

**OrderProps**

## Index

### Properties

* [style$Order](_utils_flexible_box_layout_order_.orderprops.md#style_order)

---

## Properties

<a id="style_order"></a>

###  style$Order

**● style$Order**: *`T`*

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

The **`order`** CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending `order` value and then by their source code order.

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

___

