We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660f8cd commit fefe37aCopy full SHA for fefe37a
src/index.js
@@ -1,10 +1,11 @@
1
import AllComponents from './components';
2
import Components from './components/Components';
3
+import Formio from './Formio';
4
5
Components.setComponents(AllComponents);
6
+Formio.Components = Components;
7
-export Formio from './Formio';
8
export Form from './Form';
9
export FormBuilder from './FormBuilder';
10
export Utils from './utils';
-export { Components };
11
+export { Components, Formio };
0 commit comments