ados-rcm 1.1.43 → 1.1.45

Sign up to get free protection for your applications and to get access to all the features.
@@ -220,6 +220,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
220
220
  * Description : className of ATreeItem
221
221
  */
222
222
  TreeItemClassName?: TCanCallback<IATreeItemProps<T>, string>;
223
+ /**
224
+ * OverflowPadding? : boolean
225
+ *
226
+ * Description : OverflowPadding of ATree
227
+ */
228
+ OverflowPadding?: boolean;
223
229
  }
224
230
  /**
225
231
  * AComponent : ATree