错误提示: Property '__REDUX_DEVTOOLS_EXTENSION__' does not exist on type 'Window & typeof "globalThis'."
export {}; declare global { interface Window { __REDUX_DEVTOOLS_EXTENSION__: Function; } }