searchsmartly-ui 0.0.89 → 0.0.90

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
@@ -520,7 +520,6 @@ declare const MapTags: FC<MapTagsInterface>;
520
520
 
521
521
  interface TooltipInterface extends TooltipProps {
522
522
  maxWidth?: number | string;
523
- backgroundColor?: string;
524
523
  disableTooltip?: boolean;
525
524
  closeTooltip?: () => void;
526
525
  sx?: SxProps<Theme>;