UNPKG
formio-export
Version:
latest (0.3.0)
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Formio Export Tools
github.com/airarrazaval/formio-export
airarrazaval/formio-export
formio-export
/
src
/
plugins
/
index.js
10 lines
(8 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
toHtml
from
'./html'
;
import
toPdf
from
'./pdf'
;
import
toXlsx
from
'./xlsx'
;
export
{ toHtml, toPdf, toXlsx };