export default { get props() { return { depth: 5 }; }, html: ` 5 4 3 2 1 0 ` };