This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangyupeng
/
Babylon.js
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Create custom.d.ts
Kyle Belfort
%!s(int64=5) %!d(string=hai) anos
pai
98b4044677
achega
cf1fdf0123
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
4
0
nodeEditor/custom.d.ts
+ 4
- 0
nodeEditor/custom.d.ts
Ver ficheiro
@@ -0,0 +1,4 @@
+declare module "*.svg" {
+ const content: string;
+ export default content;
+}