export default { get props() { return { array: [true, false] }; }, html: `
foo
bar
` };