vue-jsx-vapor
Version:
Vapor Mode of Vue JSX
12 lines (10 loc) • 384 B
JavaScript
import { t as raw_default } from "./raw-CH7j0RuG.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 { unpluginFactory as n, unplugin_default as r, unplugin as t };