UNPKG

@sparkpost/matchbox

Version:
7 lines (6 loc) 218 B
/** * Finds the first focusable child within the provided DOM element. * @param element The element to query * @returns HTMLElement */ export declare function findFocusableChild(element: HTMLElement): HTMLElement;