UNPKG

maz-ui

Version:

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

6 lines (5 loc) 260 B
import { ObjectDirective } from 'vue'; import { VLazyImgBindingValue } from './lazy-img.handler'; export type VLazyImgDirective = ObjectDirective<HTMLElement, VLazyImgBindingValue>; declare const directive: VLazyImgDirective; export { directive as vLazyImg };