amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame contribute delete
205 Bytes
/*!
* isElementVisible
* Adapted from https://github.com/testing-library/jest-dom
* Licensed under the MIT License.
*/
export declare function isElementVisible<T extends Element>(element: T): boolean;