import DropIndicator from "./DropIndicator.js"; import type Tree from "./Tree.js"; import TreeList from "./TreeList.js"; export default function TreeTemplate(this: Tree) { return ( {this._hasHeader && } ); }