diff --git a/lib/lib.es6.d.ts b/lib/lib.es6.d.ts index b44acacc87259..51fb2aa2e4e3e 100644 --- a/lib/lib.es6.d.ts +++ b/lib/lib.es6.d.ts @@ -19034,6 +19034,9 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window readonly frameElement: Element; readonly frames: Window; readonly history: History; + readonly IntersectionObserver: { + new(callback: IntersectionObserverCallback, options?: IntersectionObserverInit): IntersectionObserver; + }; readonly innerHeight: number; readonly innerWidth: number; readonly isSecureContext: boolean;