mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-10 12:55:44 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
|
declare module '*.svg' {
|
||
|
const content: string
|
||
|
export default content
|
||
|
}
|