@sheerid/jslib
    Preparing search index...

    Type Alias PostMessageAction

    PostMessageAction:
        | { action?: "updateHeight"; height: number; type: "updateHeight" }
        | {
            action?: "focus";
            focusOn: "firstElement" | "lastElement";
            type: "focus";
        }
        | { action?: never; hook: HookData; type: "hook" }