@apexcura/ui-components 0.0.16-Beta256 → 0.0.16-Beta258

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.
@@ -162,5 +162,7 @@ export type ElementType = {
162
162
  isNotChatbot?: boolean;
163
163
  allowClear?: boolean;
164
164
  isBack?: boolean;
165
+ isNewMenuItem?: boolean;
166
+ isCount?: boolean;
165
167
  };
166
168
  export {};