Correct type for Redux Thunk’s dispatch function in TypeScript

前端 未结 0 579
我寻月下人不归
我寻月下人不归 2021-02-03 18:23

I have some React code running in TypeScript with Redux Thunk.

action:

export interface IAddTodoAction {
    text: string
    type: ADD_TODO
}

export type         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题