UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 232 B
import { DirectiveBinding } from 'vue'; /** * 懒加载指令对象 */ declare const vLazy: { mounted(el: HTMLImageElement, binding: DirectiveBinding): void; unmounted(el: HTMLImageElement): void; }; export default vLazy;