mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 05:42:23 +02:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|