UNPKG

@puzzleitc/puzzle-shell

Version:

The standard design for Puzzle tools

5 lines (4 loc) 181 B
/** * Sets focus of menu items using up/down arrow keydown events */ export declare function navigateMenuWithKeyboard(getItems: () => ReadonlyArray<HTMLElement>, e: Event): void;