/* Analyzed bindings: {} */ import { defineComponent } from 'vue'; const __sfc_main__ = defineComponent({ props: { title: String, content: String, }, }); export default __sfc_main__;