mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export declare global {
|
|
interface Window {
|
|
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
|
|
}
|
|
}
|