import type ToolbarLabel from "./ToolbarLabel.js"; export default function ToolbarLabelTemplate(this: ToolbarLabel) { return ( {this.text} ); }