This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
zhangyupeng
/
Babylon.js
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Create custom.d.ts
Kyle Belfort
5 年 前
親
98b4044677
コミット
cf1fdf0123
1 ファイル変更
、
4 行追加
、
0 行削除
分割表示
差分情報を表示
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;
+}