@apexcura/ui-components 0.0.16-Beta930 → 0.0.16-Beta931

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.
@@ -135,6 +135,7 @@ export type ElementType = {
135
135
  dropDownOptions?: (number | string | boolean | object | null | undefined | (() => void))[];
136
136
  id?: number;
137
137
  thead?: {
138
+ width?: number;
138
139
  _id?: string;
139
140
  name?: string;
140
141
  label?: string;