dfh-ui-library 1.13.86 → 1.13.88

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.
@@ -512,6 +512,8 @@ export interface ButtonGroupProps extends InputGroupProps {
512
512
  buttonType?: string;
513
513
  disabled?: boolean;
514
514
  disableApplyButton?: boolean;
515
+ selectedUserValues?: OptionProps[];
516
+ setSelectedUserValues?: (users: OptionProps[]) => void;
515
517
  }
516
518
  export interface ButtonGroupWithInputsProps extends Omit<ButtonGroupProps, 'selected' | 'onSelect'> {
517
519
  options: {