Files
shlink-web-client/shlink-web-client.d.ts
2020-08-29 09:19:15 +02:00

8 lines
130 B
TypeScript

export declare global {
declare module '*.png'
interface Window {
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
}
}