feat: add vditor locally
This commit is contained in:
6
public/vditor/ts/markdown/lazyLoadImageRender.d.ts
vendored
Normal file
6
public/vditor/ts/markdown/lazyLoadImageRender.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
vditorImageIntersectionObserver: IntersectionObserver;
|
||||
}
|
||||
}
|
||||
export declare const lazyLoadImageRender: (element?: (HTMLElement | Document)) => boolean;
|
||||
Reference in New Issue
Block a user