dfh-ui-library 1.12.590 → 1.12.591

Sign up to get free protection for your applications and to get access to all the features.
@@ -458,8 +458,7 @@ 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
+ tooltip?: string;
463
462
  }
464
463
  export interface ButtonGroupMultiProps extends InputGroupProps {
465
464
  options: {