Explorar o código

Create custom.d.ts

Kyle Belfort %!s(int64=5) %!d(string=hai) anos
pai
achega
cf1fdf0123
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      nodeEditor/custom.d.ts

+ 4 - 0
nodeEditor/custom.d.ts

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