dfh-ui-library 1.12.605 → 1.12.607

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ import React from "react";
2
2
  import { TooltipProps } from "../../shared/models/components/base.model";
3
3
  interface ExtendedTooltipProps extends TooltipProps {
4
4
  fromRightToLeft?: boolean;
5
+ setShowToolTip?: (showToolTip: boolean) => void;
5
6
  }
6
7
  declare const TooltipWithChildren: React.FC<ExtendedTooltipProps>;
7
8
  export default TooltipWithChildren;
@@ -628,6 +628,7 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
628
628
  lastEditedDate?: string;
629
629
  };
630
630
  tooltip?: string;
631
+ setShowToolTip?: (showToolTip: boolean) => void;
631
632
  }
632
633
  export interface selectedValue {
633
634
  value?: any;