searchsmartly-ui 1.0.16 → 1.0.18

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.
package/dist/index.d.ts CHANGED
@@ -653,7 +653,7 @@ interface TooltipInterface extends TooltipProps {
653
653
  closeTooltip?: () => void;
654
654
  sx?: SxProps<Theme>;
655
655
  boxSx?: SxProps;
656
- children: react.ReactElement<unknown, never>;
656
+ children: ReactElement;
657
657
  }
658
658
  declare const Tooltip: FC<TooltipInterface>;
659
659