UNPKG

@vue/test-utils

Version:

Component testing utils for Vue 3.

7 lines (6 loc) 205 B
/*! * 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;