export default { get props() { return { raw: '12' }; }, html: `
57
12
` };