@apexcura/ui-components 0.0.16-Beta296 → 0.0.16-Beta298

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SegmentedElement: React.FC;
3
+ export default SegmentedElement;
@@ -166,5 +166,6 @@ export type ElementType = {
166
166
  isBack?: boolean;
167
167
  showCount?: boolean;
168
168
  avatarClassName?: string;
169
+ segmentedOptions?: string[];
169
170
  };
170
171
  export {};