ados-rcm 1.1.54 → 1.1.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -226,6 +226,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
226
226
  * Description : OverflowPadding of ATree
227
227
  */
228
228
  OverflowPadding?: boolean;
229
+ /**
230
+ * insertBorder? : boolean
231
+ *
232
+ * Description : insertBorder of ATree
233
+ */
234
+ insertBorder?: boolean;
229
235
  }
230
236
  /**
231
237
  * AComponent : ATree