Home > utils > isElementVisible
检查 HTML 元素是否可见。
Signature:
export declare function isElementVisible(el: HTMLElement): boolean;
Returns:
boolean