| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/dom-helpers/esm/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/dom-helpers/esm/isVisible.d.ts |
/** * Checks if a given element is currently visible. * * @param node the element to check */ export default function isVisible(node: HTMLElement | null): boolean;