import { mergeProps, useSSRContext } from 'vue'; import { ssrRenderAttrs, ssrRenderSlot } from 'vue/server-renderer'; const _sfc_main = { __name: "ProsePre", __ssrInlineRender: true, props: { code: { type: String, default: "" }, language: { type: String, default: null }, filename: { type: String, default: null }, highlights: { type: Array, default: () => [] }, meta: { type: String, default: null }, class: { type: String, default: null } }, setup(__props) { return (_ctx, _push, _parent, _attrs) => { _push(``); ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent); _push(``); }; } }; const _sfc_setup = _sfc_main.setup; _sfc_main.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("../node_modules/.pnpm/@nuxtjs+mdc@0.20.2_magicast@0.5.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProsePre.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; export { _sfc_main as default }; //# sourceMappingURL=ProsePre-k3evsb7j.mjs.map