Skip to content

Commit bc62b77

Browse files
committed
expose context consumer and provider
This will allow third party apps to use these in their code
1 parent 5be3ca0 commit bc62b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Provider from './components/Provider'
22
import connectAdvanced from './components/connectAdvanced'
3+
import { Provider as ReduxContextProvider, Consumer as ReduxContextConsumer } from './components/Context'
34
import connect from './connect/connect'
45

5-
export { Provider, connectAdvanced, connect }
6+
export { Provider, connectAdvanced, ReduxContextConsumer, ReduxContextProvider, connect }

0 commit comments

Comments
 (0)