arrowtab
Version:
Use arrow keys to "tab" between focusable elements
11 lines (10 loc) • 316 B
TypeScript
export declare const setHistoryCandidate: ({ element }: {
element: Element;
}) => void;
export declare const pushCandidateIntoHistory: () => void;
export declare const focusPrevious: () => void;
export declare const startAutoDetectHistory: ({ active }: {
active: boolean;
}) => {
cleanup: () => void;
};