[@johanneslumpe/styled-props](../README.md) > ["utils/grid-layout/gridRow"](../modules/_utils_grid_layout_gridrow_.md) > [GridRowProps](../interfaces/_utils_grid_layout_gridrow_.gridrowprops.md)

# Interface: GridRowProps

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

**GridRowProps**

## Index

### Properties

* [style$GridRow](_utils_grid_layout_gridrow_.gridrowprops.md#style_gridrow)

---

## Properties

<a id="style_gridrow"></a>

###  style$GridRow

**● style$GridRow**: *`T`*

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

The **`grid-row`** CSS property is a shorthand property for `grid-row-start` and `grid-row-end` specifying a grid item’s size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.

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

___

