import type TableGrowing from "./TableGrowing.js"; export default function TableGrowingTemplate(this: TableGrowing) { return (
{this._buttonText} { this.subtext && {this.subtext} }
); }