Files

3 lines
247 B
TypeScript

export declare const NEW_FOCUS = "NEW_FOCUS";
export declare const newFocus: (innerNodes: HTMLInputElement[], outerNodes: HTMLInputElement[], activeElement: HTMLInputElement, lastNode: HTMLInputElement | null) => number | "NEW_FOCUS" | undefined;