UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

9 lines (8 loc) 481 B
import { ObjectDirective } from 'vue'; import { VZoomImgBindingValue } from './zoom-img.handler'; export type VZoomImgDirective = ObjectDirective<HTMLElement, VZoomImgBindingValue>; export declare const vZoomImg: { created(el: HTMLElement, binding: import('vue').DirectiveBinding<VZoomImgBindingValue, string, any>): void; updated(_el: HTMLElement, binding: import('vue').DirectiveBinding<VZoomImgBindingValue, string, any>): void; unmounted(el: HTMLElement): void; };