export default { get props() { return { greeting: 'Good day' }; }, html: '

Good day, world

' };