Type Alias RepeatStyle

RepeatStyle:
    | "no-repeat"
    | "repeat"
    | "repeat-x"
    | "repeat-y"
    | "round"
    | "space"
    | string & {}