import { defineComponent, mergeProps } from 'file://D:/doc/workspace/web3/node_modules/vue/index.mjs'; import { ssrRenderAttrs, ssrInterpolate, ssrRenderSlot } from 'file://D:/doc/workspace/web3/node_modules/vue/server-renderer/index.mjs'; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "HeroBanner", __ssrInlineRender: true, props: { title: {}, subtitle: {} }, setup(__props) { return (_ctx, _push, _parent, _attrs) => { _push(`

${ssrInterpolate(_ctx.title)}

${ssrInterpolate(_ctx.subtitle)}

`); ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent); _push(`
`); }; } }); export { _sfc_main as _ }; //# sourceMappingURL=HeroBanner.vue2.mjs.map