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
/
components
/
formio
/
form
/
plugins
/
index.js
8 lines
(6 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
toHtml
from
'./html'
;
import
getDimensions
from
'./dims'
;
export
{ toHtml, getDimensions };