dfh-ui-library 1.12.614 → 1.12.615

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.
@@ -2,7 +2,6 @@ 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;
6
5
  }
7
6
  declare const TooltipWithChildren: React.FC<ExtendedTooltipProps>;
8
7
  export default TooltipWithChildren;
@@ -578,7 +578,6 @@ export interface TooltipProps {
578
578
  showTooltip?: boolean;
579
579
  fromBottom?: boolean;
580
580
  children?: ReactNode;
581
- setShowToolTip?: (showToolTip: boolean) => void;
582
581
  }
583
582
  export type Patient = {
584
583
  firstName: string;
@@ -626,7 +626,6 @@ export interface FormGenButtonGroupProps extends FormGenInputGroupProps {
626
626
  lastEditedDate?: string;
627
627
  };
628
628
  tooltip?: string;
629
- setShowToolTip?: (showToolTip: boolean) => void;
630
629
  }
631
630
  export interface selectedValue {
632
631
  value?: any;