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

9 lines
201 B
TypeScript

interface FocusableIn {
node: HTMLElement;
index: number;
lockItem: boolean;
guard: boolean;
}
export declare const getFocusabledIn: (topNode: HTMLElement) => FocusableIn[];
export {};