UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

10 lines (9 loc) 273 B
import { Observer } from '../observer.js'; export declare class ContentRect extends Observer<DOMRectReadOnly | null> { static supported: boolean; private el; private observer; constructor(); observe(el: HTMLElement | null): void; dispose(): void; }