react-aria
Version:
Spectrum UI components in React
5 lines (4 loc) • 329 B
TypeScript
export declare function moveVirtualFocus(to: Element | null): void;
export declare function dispatchVirtualBlur(from: Element, to: Element | null): void;
export declare function dispatchVirtualFocus(to: Element, from: Element | null): void;
export declare function getVirtuallyFocusedElement(document: Document): Element | null;