@apexcura/ui-components 0.0.16-Beta261 → 0.0.16-Beta263

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