@apexcura/ui-components 0.0.16-Beta475 → 0.0.16-Beta476

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