@apexcura/ui-components 0.0.16-Beta515 → 0.0.16-Beta518

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.
@@ -187,5 +187,6 @@ export type ElementType = {
187
187
  allowOne?: boolean;
188
188
  showSerialNumber?: boolean;
189
189
  isTextSelect?: boolean;
190
+ autoSize?: boolean;
190
191
  };
191
192
  export {};