File size: 205 Bytes
369fac9
 
 
 
 
 
1
2
3
4
5
6
7
/*!
 * 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;