4 lines
356 B
TypeScript
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[];
|