export default { props: { props: { foo: 'lol', baz: 40 + 2, qux: `this is a ${'piece of'} string`, quux: 'core' } }, html: `
foo: lol
baz: 42 (number)
qux: named
quux: core
foo: wut
baz: 43 (number)
quux: heart