UNPKG

177 BTypeScriptView Raw
1export declare const pickFirstFocus: (nodes: HTMLElement[]) => HTMLElement | undefined;
2export declare const pickFocusable: (nodes: HTMLElement[], node: HTMLElement) => number;