mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:40:42 +00:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
declare module '*.png' {
|
|
const content: string;
|
|
export default content;
|
|
} |