6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
declare global {
|
|
interface Window {
|
|
__REDUX_DEVTOOLS_EXTENSION__?: () => any;
|
|
}
|
|
}
|