Type Alias ScrollSnapType

ScrollSnapType:
    | Globals
    | "block"
    | "both"
    | "inline"
    | "none"
    | "x"
    | "y"
    | string & {}