maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
7 lines (6 loc) • 319 B
TypeScript
import type { vLazyImgBindingValue, vLazyImgOptions } from './types';
declare const plugin: {
install(app: import("vue").App<any>, opts?: Partial<import("./types").ClassOptions>): void;
};
export { vLazyImg } from './lazy-img.directive';
export { vLazyImgBindingValue, plugin as vLazyImgInstall, vLazyImgOptions };