mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 17:50:56 +00:00
5 lines
323 B
TypeScript
5 lines
323 B
TypeScript
export declare const FOCUS_SELECTOR = "a, input, select, textarea, button, object, [tabindex]";
|
|
export declare function focusable(element: HTMLElement): boolean | "";
|
|
export declare function tabbable(element: HTMLElement): boolean | "";
|
|
export declare function findTabbableDescendants(element: HTMLElement): HTMLElement[];
|