We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817375a commit 1527d69Copy full SHA for 1527d69
src/index.js
@@ -1,11 +1,13 @@
1
import ReactJSONForm from './form.js';
2
import EditorState from './editorState.js';
3
import {createForm, getFormInstance} from './renderer.js';
4
+import DataValidator from './dataValidation.js';
5
6
7
export {
8
ReactJSONForm,
9
EditorState,
10
createForm,
11
getFormInstance,
12
+ DataValidator,
13
};
0 commit comments