UNPKG

resize-observer

Version:

An implementation and polyfill of the Resize Observer draft.

8 lines (7 loc) 218 B
import { ContentRect } from './ContentRect'; declare class ResizeObserverEntry { readonly target: Element; readonly contentRect: ContentRect; constructor(target: Element); } export { ResizeObserverEntry };