@agility/plenum-ui 2.0.0-rc46 → 2.0.0-rc48

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.
package/dist/index.d.ts CHANGED
@@ -936,7 +936,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
936
936
  export interface IItemProp {
937
937
  icon?: IDynamicIconProps;
938
938
  iconPosition?: "trailing" | "leading";
939
- label: string;
939
+ label: string | JSX.Element;
940
940
  onClick?(): void;
941
941
  isEmphasized?: boolean;
942
942
  key: React.Key;