[@johanneslumpe/styled-props](../README.md) > ["utils/masking/maskRepeat"](../modules/_utils_masking_maskrepeat_.md) > [MaskRepeatProps](../interfaces/_utils_masking_maskrepeat_.maskrepeatprops.md)

# Interface: MaskRepeatProps

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

**MaskRepeatProps**

## Index

### Properties

* [style$MaskRepeat](_utils_masking_maskrepeat_.maskrepeatprops.md#style_maskrepeat)

---

## Properties

<a id="style_maskrepeat"></a>

###  style$MaskRepeat

**● style$MaskRepeat**: *`T`*

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

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

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

___

