@vue-macros/short-vmodel
Version:
shortVmodel feature from Vue Macros.
18 lines (12 loc) • 407 B
TypeScript
import type { Options } from './api.js';
export { Prefix, processAttribute, processDirective, transformShortVmodel } from './api.js';
import type { Plugin } from 'vite';
import '@vue/compiler-core';
declare function rollup(options?: Options): Plugin;
declare const plugin: {
rollup: typeof rollup
rolldown: typeof rollup
vite: typeof rollup
};
export { plugin as default };
export type { Options };