错误提示: Property ‘__REDUX_DEVTOOLS_EXTENSION__‘ does not exist on type ‘Window & typeof "globalThis‘."
export {};
declare global {
interface Window {
__REDUX_DEVTOOLS_EXTENSION__: Function;
}
}
原文:https://www.cnblogs.com/Roxxane/p/13752275.html