Files
WAI_Project_VUE/node_modules/@vue/test-utils/dist/utils/isElementVisible.d.ts
2025-11-24 23:24:06 +08:00

7 lines
205 B
TypeScript

/*!
* 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;