1 | export declare function getFocusNodeList(node: HTMLElement, includePositive?: boolean): HTMLElement[];
|
2 | /** @deprecated Do not use since this may failed when used in async */
|
3 | export declare function saveLastFocusNode(): void;
|
4 | /** @deprecated Do not use since this may failed when used in async */
|
5 | export declare function clearLastFocusNode(): void;
|
6 | /** @deprecated Do not use since this may failed when used in async */
|
7 | export declare function backLastFocusNode(): void;
|
8 | export declare function limitTabRange(node: HTMLElement, e: KeyboardEvent): void;
|