UNPKG

arrowtab

Version:

Use arrow keys to "tab" between focusable elements

5 lines (4 loc) 138 B
export declare const hasTextSelection: ({ activeElement, event, }: { activeElement: Element; event: KeyboardEvent; }) => boolean;