mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-10 14:16:59 -06:00
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
export declare global {
|
|
declare module '*.png'
|
|
|
|
interface Window {
|
|
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
|
|
}
|
|
}
|