[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/gap"](../modules/_utils_box_alignment_gap_.md) > [GapProps](../interfaces/_utils_box_alignment_gap_.gapprops.md)

# Interface: GapProps

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

**GapProps**

## Index

### Properties

* [style$Gap](_utils_box_alignment_gap_.gapprops.md#style_gap)

---

## Properties

<a id="style_gap"></a>

###  style$Gap

**● style$Gap**: *`T`*

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

The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.

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

___

