import { Plugin } from "vite"; //#region src/index.d.ts declare const PROJECT_NAME = "@open-xchange/vite-plugin-es-decorators"; /** * Vite plugin that adds support for native ES decorators in JS source files. * * @returns * The Vite plugin object. */ declare function vitePluginEsDecorators(): Promise; //#endregion export { PROJECT_NAME, vitePluginEsDecorators as default }; //# sourceMappingURL=index.d.mts.map