Type Alias WebkitMask<TLength>

WebkitMask:
    | Globals
    | Position<TLength>
    | RepeatStyle
    | Box
    | "border"
    | "content"
    | "none"
    | "padding"
    | "text"
    | string & {}

Type Parameters

  • TLength = string & {} | 0