Type Alias UserSelect

UserSelect:
    | Globals
    | "-moz-none"
    | "all"
    | "auto"
    | "contain"
    | "element"
    | "none"
    | "text"