UNPKG

@lion/overlays

Version:

Overlays System using lit-html for rendering

6 lines (5 loc) 151 B
/** * @param {HTMLElement} element * @returns {boolean} Whether the element is visible */ export function isVisible(element: HTMLElement): boolean;