ados-rcm 1.0.588 → 1.0.589

Sign up to get free protection for your applications and to get access to all the features.
@@ -210,12 +210,6 @@ 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;
219
213
  }
220
214
  /**
221
215
  * AComponent : ATree