Type Alias VerticalAlign<TLength>

VerticalAlign:
    | Globals
    | TLength
    | "baseline"
    | "bottom"
    | "middle"
    | "sub"
    | "super"
    | "text-bottom"
    | "text-top"
    | "top"
    | string & {}

Type Parameters

  • TLength = string & {} | 0