@apexcura/ui-components 0.0.16-Beta234 → 0.0.16-Beta235

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.
@@ -160,5 +160,6 @@ export type ElementType = {
160
160
  showProgress?: boolean;
161
161
  isLoading?: boolean;
162
162
  isNotChatbot?: boolean;
163
+ allowClear?: boolean;
163
164
  };
164
165
  export {};