isVisible.d.ts 105 B

12
  1. declare const _default: (element: HTMLElement | SVGGraphicsElement) => boolean;
  2. export default _default;