UNPKG

@wordpress/components

Version:
9 lines 490 B
export declare const useRovingTabIndexContext: () => { lastFocusedElement: HTMLElement | undefined; setLastFocusedElement: React.Dispatch<React.SetStateAction<HTMLElement | undefined>>; } | undefined; export declare const RovingTabIndexProvider: import("react").Provider<{ lastFocusedElement: HTMLElement | undefined; setLastFocusedElement: React.Dispatch<React.SetStateAction<HTMLElement | undefined>>; } | undefined>; //# sourceMappingURL=roving-tab-index-context.d.ts.map