Type Alias BgPosition<TLength>

BgPosition:
    | TLength
    | "bottom"
    | "center"
    | "left"
    | "right"
    | "top"
    | string & {}

Type Parameters

  • TLength