UNPKG

maz-ui

Version:

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

7 lines (6 loc) 279 B
declare const plugin: { install(app: import("vue").App<any>): void; }; export { plugin as vFullscreenImgInstall }; export { vFullscreenImg } from './fullscreen-img.directive'; export type { vFullscreenImgBindingValue, vFullscreenImgOptions } from './fullscreen-img.handler';