UNPKG

react-aria

Version:
9 lines (8 loc) 320 B
/** * 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;