ados-rcm 1.1.109 → 1.1.111

Sign up to get free protection for your applications and to get access to all the features.
@@ -232,6 +232,12 @@ export interface IATreeProps<T extends IATreeItem<T>> extends IABaseProps {
232
232
  * Description : insertBorder of ATree
233
233
  */
234
234
  insertBorder?: boolean;
235
+ /**
236
+ * Width? : number
237
+ *
238
+ * Description : Width of ATree
239
+ */
240
+ width?: number;
235
241
  }
236
242
  /**
237
243
  * AComponent : ATree