Closed
Description
Describe the bug
Latest version of TypeScript (5.7.2) and vue-tsc (2.2.0) gives the following error:
error TS4082: Default export of the module has or is using private name 'InternalTime'
This is because InternalTime is not exported in index.d.ts, although it is used in other exported structs
To Reproduce
Try to build with TypeScript (5.7.2) and vue-tsc (2.2.0)
Expected behavior
InternalTime should be exported in index.d.ts