mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
d4a943e631
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
// @ts-expect-error incomplete implementation
|
|
window.IntersectionObserver = class IntersectionObserver {
|
|
// eslint-disable-next-line
|
|
constructor() {}
|
|
observe() {}
|
|
unobserve() {}
|
|
disconnect() {}
|
|
}
|