aboutsummaryrefslogtreecommitdiffstats
path: root/custom.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'custom.d.ts')
-rw-r--r--custom.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.d.ts b/custom.d.ts
index 6a7b595c981..aa25f35ecca 100644
--- a/custom.d.ts
+++ b/custom.d.ts
@@ -20,7 +20,7 @@
*
*/
declare module '*.svg?raw' {
- const content: any
+ const content: string
export default content
}