export default { props: { name: 'world' }, html: `

Hello world!

` };