3 lines
103 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
import { ImageCache } from "tc-shared/file/ImageCache";
export declare let localIconCache: ImageCache;