@agility/plenum-ui 2.0.0-rc60 → 2.0.0-rc61

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
@@ -916,7 +916,7 @@ declare module '@agility/plenum-ui/stories/organisms/ButtonDropdown/ButtonDropdo
916
916
  export interface IButtonDropdownProps {
917
917
  button: IButtonProps;
918
918
  dropDown: IDropdownProps;
919
- hideDivider?: false;
919
+ hideDivider?: boolean;
920
920
  placement?: IDropdownProps["placement"];
921
921
  offsetOptions?: IDropdownProps["offsetOptions"];
922
922
  }