UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

10 lines (8 loc) 297 B
declare function useFocusManagement(): { getFocusableElements: () => HTMLElement[]; getNextFocusElement: () => HTMLElement | undefined; getPreviousFocusElement: () => HTMLElement | undefined; focusNext: () => void; focusPrevious: () => void; }; export { useFocusManagement };