Type Alias BackgroundPositionX<TLength>

BackgroundPositionX:
    | Globals
    | TLength
    | "center"
    | "left"
    | "right"
    | "x-end"
    | "x-start"
    | string & {}

Type Parameters

  • TLength = string & {} | 0