UNPKG
aot-formio-export
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.3.1
AOT Formio Export
github.com/AOT-Technologies/formio-export
AOT-Technologies/formio-export
aot-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 };