Type Alias WebkitBoxReflect<TLength>

WebkitBoxReflect:
    | Globals
    | TLength
    | "above"
    | "below"
    | "left"
    | "right"
    | string & {}

Type Parameters

  • TLength = string & {} | 0