@ember/test-helpers
Version:
Helpers for testing Ember.js applications
7 lines • 325 B
TypeScript
/**
@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