Implement excludeIf for the plugins API

This commit is contained in:
Chi Vinh Le
2017-07-17 17:06:12 +07:00
parent 562f2350c1
commit fb2662572a
17 changed files with 281 additions and 72 deletions
+1
View File
@@ -1,2 +1,3 @@
export {default as withReaction} from './withReaction';
export {default as withFragments} from 'coral-framework/hocs/withFragments';
export {default as excludeIf} from 'coral-framework/hocs/excludeIf';
@@ -0,0 +1 @@
export const pluginConfigSelector = (state) => state.config.pluginConfig;