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
/
useAction
/
useDispatch.d.ts
4 lines
(3 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
import
{
Dispatch
, dispatch }
from
'./subscribers'
; declare
function
useDispatch
(
param: Dispatch
):
typeof
dispatch;
export
default
useDispatch;