@apexcura/ui-components 0.0.16-Beta264 → 0.0.16-Beta267

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