This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
zhangyupeng
/
Babylon.js
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
Create custom.d.ts
Kyle Belfort
5 năm trước cách đây
mục cha
d9165e8050
commit
cb9cda076f
1 tập tin đã thay đổi
với
4 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
4
0
inspector/custom.d.ts
+ 4
- 0
inspector/custom.d.ts
Xem Tập Tin
@@ -0,0 +1,4 @@
+declare module "*.svg" {
+ const content: string;
+ export default content;
+}