UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (7 loc) 282 B
/** * Find the last descendant node that is focusable. * * @param element DOM node for which to find the last focusable descendant. * @returns true if a focusable element is found and focus is set. */ export declare function focusLastDescendant(element: HTMLElement): boolean;