@apexcura/ui-components 0.0.16-Beta503 → 0.0.16-Beta506

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.
@@ -184,5 +184,6 @@ export type ElementType = {
184
184
  fileSize?: number;
185
185
  allowOne?: boolean;
186
186
  showSerialNumber?: boolean;
187
+ isTextSelect?: boolean;
187
188
  };
188
189
  export {};