UNPKG

arrowtab

Version:

Use arrow keys to "tab" between focusable elements

7 lines (6 loc) 160 B
export declare const initArrowTab: ({ debug, autoDetectHistory, }?: { debug?: boolean; autoDetectHistory?: boolean; }) => { cleanup: () => void; };