Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 7f7957f

Browse files
hugoe29lhorie
authored andcommitted
Import and export ActionType from dependency fusion-rpc-redux ^1.4.0 (#181)
* Update dependency fusion-rpc-redux to ^1.4.0 * Update yarn.lock with dependency fusion-rpc-redux to ^1.4.0 * Import type ActionType * fix export as well
1 parent 4cfa573 commit 7f7957f

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
@@ -13,6 +13,7 @@ import {
1313
ResponseError,
1414
} from 'fusion-plugin-rpc';
1515
import {createRPCReducer} from 'fusion-rpc-redux';
16+
import type {ActionType} from 'fusion-rpc-redux';
1617
import {withRPCRedux, withRPCReactor} from './hoc';
1718
import plugin, {mock} from './plugin';
1819

@@ -27,3 +28,4 @@ export {
2728
withRPCRedux,
2829
withRPCReactor,
2930
};
31+
export type {ActionType};

0 commit comments

Comments
 (0)