Files
flights_web_raw/node_modules/focus-lock/dist/es2015/utils/parenting.d.ts
T

4 lines
356 B
TypeScript

export declare const getCommonParent: (nodeA: HTMLElement, nodeB: HTMLElement) => false | HTMLElement;
export declare const getTopCommonParent: (baseActiveElement: HTMLElement, leftEntry: HTMLElement | HTMLElement[], rightEntries: HTMLElement[]) => HTMLElement;
export declare const allParentAutofocusables: (entries: HTMLElement[]) => HTMLInputElement[];