This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
zhangyupeng
/
Babylon.js
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Create custom.d.ts
Kyle Belfort
5 anni fa
parent
98b4044677
commit
cf1fdf0123
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
nodeEditor/custom.d.ts
+ 4
- 0
nodeEditor/custom.d.ts
Vedi File
@@ -0,0 +1,4 @@
+declare module "*.svg" {
+ const content: string;
+ export default content;
+}