/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/dom/layout/globals.d.ts
11 строк
355 B
Ryan Cebulko
♻️ Reorg type defs and remove compiler type stubs (#37240)
18 дек 2021, 00:46
Не верифицирован
18 дек 2021, 00:46
38e5023
Код
Авторство
О чём код?
export {}; declare global { interface Window { // These observers exists globally, but TS doesn't know they are available // through the `Window` object (which we may rely on for polyfilling). IntersectionObserver: typeof IntersectionObserver; MutationObserver: typeof MutationObserver; ResizeObserver: typeof ResizeObserver; } }