react-aria
Version:
Spectrum UI components in React
9 lines (8 loc) • 320 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;