hrms-manual/node_modules/@vue/test-utils/dist/utils/isElementVisible.d.ts
2023-09-06 14:51:44 +07:00

6 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;