export const namedExport = defineComponent({ setup: () => () => h('div', 'This is a custom component with a named export.') })