TreeAppPropsinterface

{
	tree: TreeElement;
	routes?: Routes | undefined;
}
PropertyType
.treeTreeElement
The tree elements to display. required
.routesRoutes
Additional routes.

Props for the TreeApp component — the tree to render plus optional extra routes and app meta.