[@johanneslumpe/styled-props](../README.md) > ["utils/backgrounds-and-borders/backgroundRepeat"](../modules/_utils_backgrounds_and_borders_backgroundrepeat_.md) > [BackgroundRepeatProps](../interfaces/_utils_backgrounds_and_borders_backgroundrepeat_.backgroundrepeatprops.md)

# Interface: BackgroundRepeatProps

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

**BackgroundRepeatProps**

## Index

### Properties

* [style$BackgroundRepeat](_utils_backgrounds_and_borders_backgroundrepeat_.backgroundrepeatprops.md#style_backgroundrepeat)

---

## Properties

<a id="style_backgroundrepeat"></a>

###  style$BackgroundRepeat

**● style$BackgroundRepeat**: *`T`*

*Defined in [utils/backgrounds-and-borders/backgroundRepeat.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/backgrounds-and-borders/backgroundRepeat.ts#L12)*

The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.

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

___

