@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
8 lines (7 loc) • 309 B
TypeScript
/**
* Set focus on descendant nodes until the first focusable element is found.
*
* @param element DOM node for which to find the first focusable descendant.
* @returns true if a focusable element is found and focus is set.
*/
export declare function focusFirstDescendant(element: HTMLElement): boolean;