/** * The class name contract for the tree view component */ export interface TreeViewClassNameContract { /** * The root of the tree view component */ treeView: string; }