pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.45k stars 290 forks source link

Fix TypeScript GLTF type import #115

Closed TranquilMarmot closed 2 years ago

TranquilMarmot commented 2 years ago

Fixes https://github.com/pmndrs/gltfjsx/issues/113

https://github.com/pmndrs/gltfjsx/commit/57c805d16e4946ed4e1c97d2f1ba4487e101c717 sort of fixes this, but the GLTF type should be coming from three-stdlib

Type comes from here: https://github.com/pmndrs/drei/blob/76164ba343aa5c64708a5cfe16b071a7c1d61781/src/core/useGLTF.tsx#L2-L3