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