Type Alias BackgroundPositionY<TLength>

BackgroundPositionY:
    | Globals
    | TLength
    | "bottom"
    | "center"
    | "top"
    | "y-end"
    | "y-start"
    | string & {}

Type Parameters

  • TLength = string & {} | 0