UNPKG
@minax/redux-hooks
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Achieve Redux By React Hooks
github.com/minaxorg/redux-hooks
minaxorg/redux-hooks
@minax/redux-hooks
/
lib
/
createActions.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
declare
const
createActions
:
(
actions
:
any
,
dispatch
:
any
,
additions
?:
string
[] |
undefined
) =>
any
;
export
default
createActions;