mirror of https://github.com/go-gitea/gitea.git
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
|
declare module '*.svg' {
|
||
|
const value: string;
|
||
|
export default value;
|
||
|
}
|