dfh-ui-library 1.12.609 → 1.12.611

Sign up to get free protection for your applications and to get access to all the features.
@@ -578,6 +578,7 @@ export interface TooltipProps {
578
578
  showTooltip?: boolean;
579
579
  fromBottom?: boolean;
580
580
  children?: ReactNode;
581
+ setShowToolTip?: (showToolTip: boolean) => void;
581
582
  }
582
583
  export type Patient = {
583
584
  firstName: string;