UNPKG

@juggle/resize-observer

Version:

Polyfills the ResizeObserver API and supports box size options from the latest spec

6 lines (5 loc) 278 B
declare const isSVG: (target: Element) => boolean; declare const isHidden: (target: Element) => boolean; declare const isElement: (obj: unknown) => boolean; declare const isReplacedElement: (target: Element) => boolean; export { isSVG, isHidden, isElement, isReplacedElement };