@agility/plenum-ui 2.0.1 → 2.0.2

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
@@ -970,6 +970,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
970
970
  declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/dropdownItems' {
971
971
  import { IItemProp } from "@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownComponent";
972
972
  export const dropdownDataBase: IItemProp[][];
973
+ export const multipleGroups: IItemProp[][];
973
974
  export const dropdownDataWithIcons: IItemProp[][];
974
975
 
975
976
  }