UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

9 lines (8 loc) 236 B
import type { LoadImageInterface } from '../_interface'; /** * 判断是懒加载还是正常加载 * @param node img 元素 * @param prop Props * @param callback 回调函数 */ export declare const loadImage: LoadImageInterface;