vue-jsx-vapor
Version:
Convert Vue JSX to Vapor
12 lines (10 loc) • 364 B
JavaScript
import { raw_default } from "./raw-DJjkeq0t.js";
import { createUnplugin } from "unplugin";
//#region src/unplugin.ts
const unpluginFactory = (options = {}) => {
return raw_default(options);
};
const unplugin = /* @__PURE__ */ createUnplugin(unpluginFactory);
var unplugin_default = unplugin;
//#endregion
export { unplugin, unpluginFactory, unplugin_default };