@agility/plenum-ui 2.0.0-rc28 → 2.0.0-rc29

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
@@ -937,6 +937,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
937
937
  onClick?(): void;
938
938
  isEmphasized?: boolean;
939
939
  key: React.Key;
940
+ iconObj?: JSX.Element;
940
941
  }
941
942
  export interface IDropdownProps extends HTMLAttributes<HTMLDivElement> {
942
943
  items: IItemProp[][];