Przeglądaj źródła

Create custom.d.ts

Kyle Belfort 5 lat temu
rodzic
commit
cb9cda076f
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      inspector/custom.d.ts

+ 4 - 0
inspector/custom.d.ts

@@ -0,0 +1,4 @@
+declare module "*.svg" {
+    const content: string;
+    export default content;
+}