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

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