UNPKG
@fluent-windows/hooks
Version:
latest (1.0.0)
1.0.0
Fluent-Windows React hooks.
fluent-windows.com
fluent-org/fluent-windows
@fluent-windows/hooks
/
es
/
useAction
/
useDispatch.js
7 lines
(5 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ dispatch }
from
'./subscribers'
;
function
useDispatch
(
param
) {
return
dispatch.
bind
(
undefined
, param); }
export
default
useDispatch;