@apexcura/ui-components 0.0.16-Beta481 → 0.0.16-Beta483

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.
@@ -178,5 +178,6 @@ export type ElementType = {
178
178
  fileType?: string[];
179
179
  fileSize?: number;
180
180
  allowOne?: boolean;
181
+ showSerialNumber?: boolean;
181
182
  };
182
183
  export {};