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 , "width " | "height " | "size " > & {
949+ } : Omit < BarListChartProps , "size " | "width " | "height " > & {
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 , "width " | "height " | "size " > & {
1103+ } : Omit < GeoChartProps , "size " | "width " | "height " > & {
11041104 width ?: number ;
11051105 height ?: number ;
11061106 size ?: number ;
@@ -1271,7 +1271,7 @@ declare const LeaderboardChartResponsive: (({
12711271 width,
12721272 height,
12731273 ...chartProps
1274- } : Omit < LeaderboardChartProps , "width " | "height " | "size " > & {
1274+ } : Omit < LeaderboardChartProps , "size " | "width " | "height " > & {
12751275 width ?: number ;
12761276 height ?: number ;
12771277 size ?: number ;
@@ -1804,7 +1804,7 @@ declare const Sparkline: ({
18041804 width,
18051805 height,
18061806 ...chartProps
1807- } : Omit < SparklineProps , "width " | "height " | "size " > & {
1807+ } : Omit < SparklineProps , "size " | "width " | "height " > & {
18081808 width ?: number ;
18091809 height ?: number ;
18101810 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 , "width " | "height " | "size " > & {
949+ } : Omit < BarListChartProps , "size " | "width " | "height " > & {
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 , "width " | "height " | "size " > & {
1103+ } : Omit < GeoChartProps , "size " | "width " | "height " > & {
11041104 width ?: number ;
11051105 height ?: number ;
11061106 size ?: number ;
@@ -1271,7 +1271,7 @@ declare const LeaderboardChartResponsive: (({
12711271 width,
12721272 height,
12731273 ...chartProps
1274- } : Omit < LeaderboardChartProps , "width " | "height " | "size " > & {
1274+ } : Omit < LeaderboardChartProps , "size " | "width " | "height " > & {
12751275 width ?: number ;
12761276 height ?: number ;
12771277 size ?: number ;
@@ -1804,7 +1804,7 @@ declare const Sparkline: ({
18041804 width,
18051805 height,
18061806 ...chartProps
1807- } : Omit < SparklineProps , "width " | "height " | "size " > & {
1807+ } : Omit < SparklineProps , "size " | "width " | "height " > & {
18081808 width ?: number ;
18091809 height ?: number ;
18101810 size ?: number ;
You can’t perform that action at this time.
0 commit comments