We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71c9f7c + d7e1e99 commit 08b78f0Copy full SHA for 08b78f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-fusioncharts",
3
- "version": "4.1.1",
+ "version": "4.1.2",
4
"description": "React Native component for FusionCharts Javascript Charting Library",
5
"license": "MIT",
6
"repository": {
src/FusionCharts.d.ts
@@ -0,0 +1,10 @@
+import * as React from 'react';
+
+interface State {
+ dataJson: any;
+ schemaJson: any;
+}
7
8
+declare class FusionCharts extends React.Component<any, State> {}
9
10
+export default FusionCharts;
0 commit comments