MindMap/frontend/node_modules/vditor/dist/ts/markdown/lazyLoadImageRender.d.ts

7 lines
202 B
TypeScript
Raw Permalink Normal View History

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