mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-09 04:18:33 +00:00
73d85935ba
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
declare module '*.svg' {
|
|
const content: string
|
|
export default content
|
|
}
|