UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

8 lines (7 loc) 231 B
export declare const useLazyImg: (node: HTMLElement, { root, rootMargin, threshold }?: { root?: Element | Document | null; rootMargin?: string; threshold?: number | number[]; }) => { destroy(): void; } | undefined;