Type Alias FillMode

    FillMode:
        | "auto"
        | "backwards"
        | "both"
        | "forwards"
        | "none"