@apexcura/ui-components 0.0.16-Beta323 → 0.0.16-Beta325

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.
@@ -167,5 +167,6 @@ export type ElementType = {
167
167
  showCount?: boolean;
168
168
  avatarClassName?: string;
169
169
  segmentedOptions?: string[];
170
+ manageRadioButton?: boolean;
170
171
  };
171
172
  export {};