mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 00:09:09 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
declare global {
|
|
interface Window {
|
|
__REDUX_DEVTOOLS_EXTENSION__?: () => any;
|
|
}
|
|
}
|