ados-rcm 1.0.587 → 1.0.588

Sign up to get free protection for your applications and to get access to all the features.
@@ -210,6 +210,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
210
210
  * Description : className of ATreeItem
211
211
  */
212
212
  TreeItemClassName?: TCanCallback<IATreeItemProps<T>, string>;
213
+ /**
214
+ * TreeContainerClassName? : string
215
+ *
216
+ * Description : className of ATreeContainer
217
+ */
218
+ TreeContainerClassName?: string;
213
219
  }
214
220
  /**
215
221
  * AComponent : ATree