@wpkernel/core / ReduxDispatch
Type Alias: ReduxDispatch()
ts
type ReduxDispatch = (action) => unknown;Redux compatible dispatch signature (duck-typed from Redux types).
Parameters
action
unknown
Returns
unknown
