maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
12 lines (11 loc) • 329 B
TypeScript
declare const plugin: {
install(app: import("vue").App<any>): void;
};
export * from './click-outside';
export * from './closable';
export * from './tooltip';
export * from './v-fullscreen-img';
export * from './v-lazy-img';
export * from './v-lazy-img';
export * from './v-zoom-img';
export { plugin as installDirectives };