[@johanneslumpe/styled-props](../README.md) > ["utils/grid-layout/gridRowStart"](../modules/_utils_grid_layout_gridrowstart_.md) > [GridRowStartProps](../interfaces/_utils_grid_layout_gridrowstart_.gridrowstartprops.md)

# Interface: GridRowStartProps

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

**GridRowStartProps**

## Index

### Properties

* [style$GridRowStart](_utils_grid_layout_gridrowstart_.gridrowstartprops.md#style_gridrowstart)

---

## Properties

<a id="style_gridrowstart"></a>

###  style$GridRowStart

**● style$GridRowStart**: *`T`*

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

The **`grid-row-start`** CSS property specifies a grid item’s start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.

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

___

