UNPKG
atitor
Version:
latest (0.1.1)
0.1.1
0.1.0
♏ 一款现代化 Markdown 编辑器
b3log.org/vditor
Vanessa219/vditor
atitor
/
dist
/
ts
/
markdown
/
lazyLoadImageRender.d.ts
7 lines
(6 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
global
{
interface
Window
{
vditorImageIntersectionObserver
:
IntersectionObserver
; } }
export
declare
const
lazyLoadImageRender
:
(
element
?: (HTMLElement | Document)
) =>
boolean
;