Skip to content

Commit 1527d69

Browse files
committed
Export data validator
1 parent 817375a commit 1527d69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
import ReactJSONForm from './form.js';
22
import EditorState from './editorState.js';
33
import {createForm, getFormInstance} from './renderer.js';
4+
import DataValidator from './dataValidation.js';
45

56

67
export {
78
ReactJSONForm,
89
EditorState,
910
createForm,
1011
getFormInstance,
12+
DataValidator,
1113
};

0 commit comments

Comments
 (0)