You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am import OrbitControls by using TypeScript, but the typedef of OrbitControls is any
import{OrbitControls}from'@tresjs/cientos'typeComponentInstance=InstanceType<typeofOrbitControls>typeControlsInstance=ComponentInstance['instance']// ^? This is any
I found the build source doesn't include the file OrbitControls.vue.d.ts.
Describe the bug
I am import
OrbitControls
by using TypeScript, but the typedef ofOrbitControls
is anyI found the build source doesn't include the file
OrbitControls.vue.d.ts
.Reproduction
https://stackblitz.com/edit/tresjs-basic-grkvtv?file=package.json,src%2Fmain.ts
Steps to reproduce
Open
main.ts
, then checkControlsInstance
's typedef.System Info
Used Package Manager
pnpm
Code of Conduct
The text was updated successfully, but these errors were encountered: