export default { get props() { return { a: 'foo', b: true, c: [1, 2, 3] }; }, html: ` foo true 1 2 3 ` };