File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as Highcharts from 'highcharts';
8
8
/**
9
9
* Highcharts component for React
10
10
*/
11
- export declare const HighchartsReact : React . ForwardRefExoticComponent <
11
+ declare const HighchartsReact : React . ForwardRefExoticComponent <
12
12
React . PropsWithoutRef < HighchartsReact . Props > &
13
13
React . RefAttributes < HighchartsReact . RefObject >
14
14
> ;
@@ -86,4 +86,5 @@ declare namespace HighchartsReact {
86
86
}
87
87
}
88
88
89
+ export { HighchartsReact } ;
89
90
export default HighchartsReact ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as Highcharts from 'highcharts';
8
8
/**
9
9
* Highcharts component for React
10
10
*/
11
- export declare const HighchartsReact : React . ForwardRefExoticComponent <
11
+ declare const HighchartsReact : React . ForwardRefExoticComponent <
12
12
React . PropsWithoutRef < HighchartsReact . Props > &
13
13
React . RefAttributes < HighchartsReact . RefObject >
14
14
> ;
@@ -86,4 +86,5 @@ declare namespace HighchartsReact {
86
86
}
87
87
}
88
88
89
+ export { HighchartsReact } ;
89
90
export default HighchartsReact ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import * as Highcharts from 'highcharts';
8
8
/**
9
9
* Highcharts component for React
10
10
*/
11
- export declare const HighchartsReact : React . ForwardRefExoticComponent <
11
+ declare const HighchartsReact : React . ForwardRefExoticComponent <
12
12
React . PropsWithoutRef < HighchartsReact . Props > &
13
13
React . RefAttributes < HighchartsReact . RefObject >
14
14
> ;
@@ -86,4 +86,5 @@ declare namespace HighchartsReact {
86
86
}
87
87
}
88
88
89
+ export { HighchartsReact } ;
89
90
export default HighchartsReact ;
You can’t perform that action at this time.
0 commit comments