vue-jsx-vapor
Version:
Vapor Mode of Vue JSX
30 lines (28 loc) • 765 B
JavaScript
const require_chunk = require('./chunk-CbDLau6x.cjs');
const require_raw = require('./raw-DcqHOBXS.cjs');
let unplugin = require("unplugin");
//#region src/unplugin.ts
const unpluginFactory = (options = {}) => {
return require_raw.raw_default(options);
};
const unplugin$1 = /* @__PURE__ */ (0, unplugin.createUnplugin)(unpluginFactory);
var unplugin_default = unplugin$1;
//#endregion
Object.defineProperty(exports, 'unplugin', {
enumerable: true,
get: function () {
return unplugin$1;
}
});
Object.defineProperty(exports, 'unpluginFactory', {
enumerable: true,
get: function () {
return unpluginFactory;
}
});
Object.defineProperty(exports, 'unplugin_default', {
enumerable: true,
get: function () {
return unplugin_default;
}
});