shlink-web-client/shlink-web-client.d.ts
2020-08-22 08:47:19 +02:00

5 lines
104 B
TypeScript

export declare global {
interface Window {
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
}
}