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

8 lines
130 B
TypeScript
Raw Normal View History

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