Skip to content

Commit 69a0822

Browse files
committed
added import declaration
1 parent 15fa189 commit 69a0822

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ npm install --save formio-export
2626
Creating a FormioExport instance
2727

2828
```javascript
29+
import FormioExport from 'formio-export';
30+
2931
let exporter = new FormioExport(component, data, options);
3032
```
3133

0 commit comments

Comments
 (0)