Selaa lähdekoodia

Update USDZExporter.d.ts

Michael Herzog 4 vuotta sitten
vanhempi
commit
9ccd2b719e
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      examples/jsm/exporters/USDZExporter.d.ts

+ 2 - 0
examples/jsm/exporters/USDZExporter.d.ts

@@ -1,3 +1,5 @@
+import { Object3D } from '../../../src/Three';
+
 export class USDZExporter {
 
 	constructor();