UNPKG

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