@solid-aria/focus
Version:
Primitives for dealing with focus rings and focus management.
8 lines (7 loc) • 317 B
TypeScript
/**
* Adapted from https://github.com/testing-library/jest-dom and
* https://github.com/vuejs/vue-test-utils-next/.
* Licensed under the MIT License.
* @param element - Element to evaluate for display or visibility.
*/
export declare function isElementVisible(element: Element, childElement?: Element): boolean;