maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
8 lines (7 loc) • 475 B
TypeScript
import { type vLazyImgBindingValue } from './lazy-img.handler';
declare const directive: {
created(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
updated(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
unmounted(el: HTMLElement, binding: import("vue").DirectiveBinding<vLazyImgBindingValue, string, string>): void;
};
export { directive as vLazyImg };