mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-07 01:11:10 +08:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
declare global {
|
|
interface Window {
|
|
vditorImageIntersectionObserver: IntersectionObserver;
|
|
}
|
|
}
|
|
export declare const lazyLoadImageRender: (element?: (HTMLElement | Document)) => boolean;
|