UNPKG

@inkline/inkline

Version:

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

8 lines (7 loc) 220 B
/** * Set Attempt to set focus on the current node. * * @param element The node to attempt to focus on. * @returns true if element is focused. */ export declare function focusAttempt(element: HTMLElement): boolean;