UNPKG

focus-lock

Version:
3 lines (2 loc) 180 B
import { NodeIndex } from './tabOrder'; export declare const pickAutofocus: (nodesIndexes: NodeIndex[], orderedNodes: HTMLElement[], groups: Element[]) => HTMLElement | undefined;