File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ declare const BarListChartResponsive: ({
946946 width,
947947 height,
948948 ...chartProps
949- } : Omit < BarListChartProps , "size " | "width " | "height " > & {
949+ } : Omit < BarListChartProps , "width " | "height " | "size " > & {
950950 width ?: number ;
951951 height ?: number ;
952952 size ?: number ;
@@ -1100,7 +1100,7 @@ declare const GeoChartResponsive: ({
11001100 width,
11011101 height,
11021102 ...chartProps
1103- } : Omit < GeoChartProps , "size " | "width " | "height " > & {
1103+ } : Omit < GeoChartProps , "width " | "height " | "size " > & {
11041104 width ?: number ;
11051105 height ?: number ;
11061106 size ?: number ;
@@ -1257,7 +1257,7 @@ declare const LeaderboardChartResponsive: (({
12571257 width,
12581258 height,
12591259 ...chartProps
1260- } : Omit < LeaderboardChartProps , "size " | "width " | "height " > & {
1260+ } : Omit < LeaderboardChartProps , "width " | "height " | "size " > & {
12611261 width ?: number ;
12621262 height ?: number ;
12631263 size ?: number ;
@@ -1790,7 +1790,7 @@ declare const Sparkline: ({
17901790 width,
17911791 height,
17921792 ...chartProps
1793- } : Omit < SparklineProps , "size " | "width " | "height " > & {
1793+ } : Omit < SparklineProps , "width " | "height " | "size " > & {
17941794 width ?: number ;
17951795 height ?: number ;
17961796 size ?: number ;
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ declare const BarListChartResponsive: ({
946946 width,
947947 height,
948948 ...chartProps
949- } : Omit < BarListChartProps , "size " | "width " | "height " > & {
949+ } : Omit < BarListChartProps , "width " | "height " | "size " > & {
950950 width ?: number ;
951951 height ?: number ;
952952 size ?: number ;
@@ -1100,7 +1100,7 @@ declare const GeoChartResponsive: ({
11001100 width,
11011101 height,
11021102 ...chartProps
1103- } : Omit < GeoChartProps , "size " | "width " | "height " > & {
1103+ } : Omit < GeoChartProps , "width " | "height " | "size " > & {
11041104 width ?: number ;
11051105 height ?: number ;
11061106 size ?: number ;
@@ -1257,7 +1257,7 @@ declare const LeaderboardChartResponsive: (({
12571257 width,
12581258 height,
12591259 ...chartProps
1260- } : Omit < LeaderboardChartProps , "size " | "width " | "height " > & {
1260+ } : Omit < LeaderboardChartProps , "width " | "height " | "size " > & {
12611261 width ?: number ;
12621262 height ?: number ;
12631263 size ?: number ;
@@ -1790,7 +1790,7 @@ declare const Sparkline: ({
17901790 width,
17911791 height,
17921792 ...chartProps
1793- } : Omit < SparklineProps , "size " | "width " | "height " > & {
1793+ } : Omit < SparklineProps , "width " | "height " | "size " > & {
17941794 width ?: number ;
17951795 height ?: number ;
17961796 size ?: number ;
You can’t perform that action at this time.
0 commit comments