UNPKG

vditor

Version:

♏ 易于使用的 Markdown 编辑器,为适配不同的应用场景而生

7 lines (6 loc) 202 B
declare global { interface Window { vditorImageIntersectionObserver: IntersectionObserver; } } export declare const lazyLoadImageRender: (element?: (HTMLElement | Document)) => boolean;