UNPKG

@blueprintjs/core

Version:
6 lines (5 loc) 263 B
/** * Returns the keyboard-focusable elements inside a given container element, ignoring focus traps * rendered by Overlay/Overlay2. */ export declare function getKeyboardFocusableElements(container: HTMLElement | React.RefObject<HTMLElement>): HTMLElement[];