Type Alias OverflowValue

OverflowValue:
    | "fill"
    | "width"
    | "auto"
    | "hidden"
    | "scroll"
    | "visible"