UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

3 lines (2 loc) 172 B
/** Find the first focusable element inside HTML element (including the element itself). */ export declare function getFirstFocusable(el: HTMLElement): HTMLElement | null;