export default { get props() { return { foo: { bar: 42 } }; }, html: `

42

` };