shlink-web-client/shlink-web-client.d.ts

6 lines
104 B
TypeScript
Raw Normal View History

2020-08-22 09:47:19 +03:00
export declare global {
interface Window {
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
}
}