[@johanneslumpe/styled-props](../README.md) > ["utils/grid-layout/gridRowEnd"](../modules/_utils_grid_layout_gridrowend_.md) > [GridRowEndProps](../interfaces/_utils_grid_layout_gridrowend_.gridrowendprops.md)

# Interface: GridRowEndProps

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

**GridRowEndProps**

## Index

### Properties

* [style$GridRowEnd](_utils_grid_layout_gridrowend_.gridrowendprops.md#style_gridrowend)

---

## Properties

<a id="style_gridrowend"></a>

###  style$GridRowEnd

**● style$GridRowEnd**: *`T`*

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

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

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

___

