dfh-ui-library 1.12.583 → 1.12.585

Sign up to get free protection for your applications and to get access to all the features.
@@ -458,6 +458,8 @@ export interface ButtonGroupProps extends InputGroupProps {
458
458
  onValueChange?: (value: string) => void;
459
459
  viewMode?: boolean;
460
460
  buttonType?: string;
461
+ enableToolTip?: boolean;
462
+ tooltipProps?: ToolTipProps;
461
463
  }
462
464
  export interface ButtonGroupMultiProps extends InputGroupProps {
463
465
  options: {