UNPKG

focus-lock

Version:
3 lines (2 loc) 177 B
export declare const pickFirstFocus: (nodes: HTMLElement[]) => HTMLElement | undefined; export declare const pickFocusable: (nodes: HTMLElement[], node: HTMLElement) => number;