UNPKG

arrowtab

Version:

Use arrow keys to "tab" between focusable elements

5 lines (4 loc) 147 B
export declare const preventNativeArrowKeyPresses: ({ event, activeElement, }: { event: KeyboardEvent; activeElement: Element; }) => void;