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