3 lines
103 B
TypeScript
Raw Normal View History

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