错误提示: Property ‘__REDUX_DEVTOOLS_EXTENSION__‘ does not exist on type ‘Window & typeof "globalThis‘."
export {}; declare global { interface Window { __REDUX_DEVTOOLS_EXTENSION__: Function; } }
使用typescript来写react遇到的一些问题
原文:https://www.cnblogs.com/Roxxane/p/13752275.html