maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
6 lines (5 loc) • 296 B
TypeScript
import { ObjectDirective } from 'vue';
import { VFullscreenImgBindingValue } from './fullscreen-img.handler';
export type VFullscreenImgDirective = ObjectDirective<HTMLElement, VFullscreenImgBindingValue>;
declare const directive: VFullscreenImgDirective;
export { directive as vFullscreenImg };