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