UNPKG

maz-ui

Version:

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

7 lines (6 loc) 236 B
import { vZoomImg } from './zoom-img.directive'; declare const plugin: { install(app: import("vue").App<any>): void; }; export { vZoomImg, plugin as vZoomImgInstall }; export type { vZoomImgBindingValue } from './zoom-img.handler';