UNPKG

@ember/test-helpers

Version:
7 lines 325 B
/** @private @param {Element} element the element to check @returns {boolean} `true` when the element is focusable, `false` otherwise */ export default function isFocusable(element: HTMLElement | SVGElement | Element | Document | Window): element is HTMLElement | SVGElement; //# sourceMappingURL=-is-focusable.d.ts.map