瀏覽代碼

Export missing type

master
Palash Bansal 11 月之前
父節點
當前提交
908a994527
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/three/Threejs.ts

+ 1
- 0
src/three/Threejs.ts 查看文件

export * from 'three/examples/jsm/utils/BufferGeometryUtils.js' export * from 'three/examples/jsm/utils/BufferGeometryUtils.js'
export type {Event, EventListener, EventListener2, Event2} from 'three' export type {Event, EventListener, EventListener2, Event2} from 'three'
export type {MeshPhysicalMaterialParameters, MeshBasicMaterialParameters, MaterialParameters} from 'three' export type {MeshPhysicalMaterialParameters, MeshBasicMaterialParameters, MaterialParameters} from 'three'
export type {TypedArray} from 'three'

Loading…
取消
儲存