UNPKG

216 BTypeScriptView Raw
1import { NodeIndex } from './utils/tabOrder';
2export declare const getFocusMerge: (topNode: HTMLElement | HTMLElement[], lastNode: HTMLInputElement | null) => NodeIndex | {
3 node: HTMLInputElement;
4} | undefined;