mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-02 22:01:52 +00:00
8 lines
130 B
TypeScript
8 lines
130 B
TypeScript
export declare global {
|
|
declare module '*.png'
|
|
|
|
interface Window {
|
|
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
|
|
}
|
|
}
|