UNPKG

maz-ui

Version:

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

8 lines (7 loc) 426 B
import { type vFullscreenImgBindingValue } from './fullscreen-img.handler'; declare const directive: { mounted(el: HTMLElement, binding: import("vue").DirectiveBinding<vFullscreenImgBindingValue, string, string>): void; updated(el: HTMLElement, binding: import("vue").DirectiveBinding<vFullscreenImgBindingValue, string, string>): void; unmounted(el: HTMLElement): void; }; export { directive as vFullscreenImg };