@erdoai/ui 0.1.95 → 0.1.98

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.cts CHANGED
@@ -232,7 +232,7 @@ interface ChartTooltipContentProps {
232
232
  labelKey?: string;
233
233
  }
234
234
  declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: ChartTooltipContentProps): react_jsx_runtime.JSX.Element | null;
235
- declare const ChartLegend: typeof RechartsPrimitive.Legend;
235
+ declare const ChartLegend: React$1.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React$1.ReactPortal | null>;
236
236
  interface ChartLegendContentProps {
237
237
  className?: string;
238
238
  hideIcon?: boolean;
package/dist/index.d.ts CHANGED
@@ -232,7 +232,7 @@ interface ChartTooltipContentProps {
232
232
  labelKey?: string;
233
233
  }
234
234
  declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: ChartTooltipContentProps): react_jsx_runtime.JSX.Element | null;
235
- declare const ChartLegend: typeof RechartsPrimitive.Legend;
235
+ declare const ChartLegend: React$1.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React$1.ReactPortal | null>;
236
236
  interface ChartLegendContentProps {
237
237
  className?: string;
238
238
  hideIcon?: boolean;