We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fa189 commit 69a0822Copy full SHA for 69a0822
README.md
@@ -26,6 +26,8 @@ npm install --save formio-export
26
Creating a FormioExport instance
27
28
```javascript
29
+import FormioExport from 'formio-export';
30
+
31
let exporter = new FormioExport(component, data, options);
32
```
33
0 commit comments