mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:24:24 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
declare module '*.svg' {
|
||
|
const value: string;
|
||
|
export default value;
|
||
|
}
|