ados-rcm 1.0.232 → 1.0.233

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,6 +98,12 @@ export interface IAListViewProps<T extends IObject> extends IABaseProps {
98
98
  * Description : rowHeight of AListView
99
99
  */
100
100
  rowHeight?: number | string;
101
+ /**
102
+ * labelWidth? : number | string
103
+ *
104
+ * Description : labelWidth of AListView
105
+ */
106
+ labelWidth?: number | string;
101
107
  }
102
108
  /**
103
109
  * AComponent : AListView