Rezi
    Preparing search index...

    Type Alias WidgetState

    WidgetState:
        | "default"
        | "active-item"
        | "focus"
        | "pressed"
        | "disabled"
        | "loading"
        | "error"
        | "selected"

    Interactive widget state.