vending-machine/mobile/node_modules/@vue/test-utils/dist/utils/isElementVisible.d.ts
2026-04-03 06:07:13 +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;