Files
hustoj/web/include/vditor/dist/ts/markdown/lazyLoadImageRender.d.ts
2026-04-10 16:55:59 +08:00

7 lines
202 B
TypeScript

declare global {
interface Window {
vditorImageIntersectionObserver: IntersectionObserver;
}
}
export declare const lazyLoadImageRender: (element?: (HTMLElement | Document)) => boolean;