redux-thunk中使用ts异步action如何做类型推断
export interface DelUserInfoAction { type: typeof DEL_USER_INFO } export type UserInfoActionTypes = DelUserInfoAction export function userIn…
- 共 1 页
- 1
export interface DelUserInfoAction { type: typeof DEL_USER_INFO } export type UserInfoActionTypes = DelUserInfoAction export function userIn…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。