Sfoglia il codice sorgente

Export missing type

master
Palash Bansal 11 mesi fa
parent
commit
908a994527
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/three/Threejs.ts

+ 1
- 0
src/three/Threejs.ts Vedi File

@@ -243,3 +243,4 @@ export {OrbitControls} from 'three/examples/jsm/controls/OrbitControls.js'
export * from 'three/examples/jsm/utils/BufferGeometryUtils.js'
export type {Event, EventListener, EventListener2, Event2} from 'three'
export type {MeshPhysicalMaterialParameters, MeshBasicMaterialParameters, MaterialParameters} from 'three'
export type {TypedArray} from 'three'

Loading…
Annulla
Salva