[@johanneslumpe/styled-props](../README.md) > ["utils/grid-layout/gridAutoFlow"](../modules/_utils_grid_layout_gridautoflow_.md) > [GridAutoFlowProps](../interfaces/_utils_grid_layout_gridautoflow_.gridautoflowprops.md)

# Interface: GridAutoFlowProps

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

**GridAutoFlowProps**

## Index

### Properties

* [style$GridAutoFlow](_utils_grid_layout_gridautoflow_.gridautoflowprops.md#style_gridautoflow)

---

## Properties

<a id="style_gridautoflow"></a>

###  style$GridAutoFlow

**● style$GridAutoFlow**: *`T`*

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

The **`grid-auto-flow`** CSS property controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow](https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow)

___

