mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-09 20:35:48 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
![]() |
declare module '*.svg' {
|
||
|
const content: string
|
||
|
export default content
|
||
|
}
|