We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db5542 commit 80376c6Copy full SHA for 80376c6
packages/data/src/index.js
@@ -11,6 +11,7 @@ export { loadAndPersist, withRehydration } from './persist';
11
export { default as withSelect } from './components/with-select';
12
export { default as withDispatch } from './components/with-dispatch';
13
export { default as RegistryProvider } from './components/registry-provider';
14
+export { createRegistry } from './registry';
15
16
/**
17
* The combineReducers helper function turns an object whose values are different
0 commit comments