import { Globals, RepeatStyle, StringHack } from "./index"; /** * 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. * * **Initial value**: `repeat` */ export type WebkitMaskRepeatProperty = Globals | RepeatStyle | StringHack;