@witchcraft/spellcraft
    Preparing search index...

    Type Alias CanHookKeyProps

    CanHookKeyProps: Exclude<
        OnHookKeyProps,
        "pressed"
        | "toggleOffPressed"
        | "toggleOnPressed",
    >