kwant-ui 3.20.0 → 3.20.1

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.
@@ -1,5 +1,6 @@
1
1
  import { TooltipProps } from 'recharts';
2
2
  import { NameType, ValueType } from 'recharts/types/component/DefaultTooltipContent';
3
+ import { data } from './AreaChartData';
3
4
  import { IAreaChart } from './AreaChartTypes';
4
5
  export declare const CustomLegend: (props: IAreaChart.CustomLegend) => import("react/jsx-runtime").JSX.Element;
5
6
  export declare const Tick: (props: {
@@ -10,6 +11,7 @@ export declare const TickX: (props: {
10
11
  x?: number;
11
12
  y?: number;
12
13
  payload?: any;
14
+ data: any[];
13
15
  }) => import("react/jsx-runtime").JSX.Element;
14
16
  export declare const tooltipLabelFormatter: (label: string) => string;
15
17
  export declare const TooltipItemRow: ({ color, name, value, }: {