@spscommerce/ds-react-charts 8.2.1 → 8.3.0

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.
@@ -13,4 +13,4 @@ export declare type SpsBarChartProps = React.PropsWithChildren<{
13
13
  yMaxValue?: number;
14
14
  yTickFormat?: (i: number) => string;
15
15
  }> & React.HTMLAttributes<HTMLDivElement>;
16
- export declare function SpsBarChart(props: SpsBarChartProps): JSX.Element;
16
+ export declare function SpsBarChart(props: SpsBarChartProps): React.JSX.Element;
@@ -14,4 +14,4 @@ export declare type SpsHorizontalBarChartProps = React.PropsWithChildren<{
14
14
  xMaxValue?: number;
15
15
  xTickFormat?: (i: number) => string;
16
16
  }> & React.HTMLAttributes<HTMLDivElement>;
17
- export declare function SpsHorizontalBarChart(props: SpsHorizontalBarChartProps): JSX.Element;
17
+ export declare function SpsHorizontalBarChart(props: SpsHorizontalBarChartProps): React.JSX.Element;