@agility/plenum-ui 2.1.20-rc1 → 2.1.20-rc2

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
@@ -318,6 +318,7 @@ declare module '@agility/plenum-ui/stories/atoms/icons/DynamicIcon.stories' {
318
318
 
319
319
  }
320
320
  declare module '@agility/plenum-ui/stories/atoms/icons/IconWithShadow' {
321
+ /// <reference types="react" />
321
322
  import { IDynamicIconProps } from "@agility/plenum-ui/stories/atoms/icons/DynamicIcon";
322
323
  export interface IIconWithShadowProps extends IDynamicIconProps {
323
324
  }
@@ -1037,6 +1038,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownWithMultiSelect/Dro
1037
1038
 
1038
1039
  }
1039
1040
  declare module '@agility/plenum-ui/stories/organisms/DropdownWithMultiSelect/DropdownWithMultiSelect' {
1041
+ /// <reference types="react" />
1040
1042
  export interface MultiSelectItemProps {
1041
1043
  label: string;
1042
1044
  onClick?(): void;