[@johanneslumpe/styled-props](../README.md) > ["utils/grid-layout/gridColumnEnd"](../modules/_utils_grid_layout_gridcolumnend_.md) > [GridColumnEndProps](../interfaces/_utils_grid_layout_gridcolumnend_.gridcolumnendprops.md)

# Interface: GridColumnEndProps

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

**GridColumnEndProps**

## Index

### Properties

* [style$GridColumnEnd](_utils_grid_layout_gridcolumnend_.gridcolumnendprops.md#style_gridcolumnend)

---

## Properties

<a id="style_gridcolumnend"></a>

###  style$GridColumnEnd

**● style$GridColumnEnd**: *`T`*

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

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

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

___

