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