Module '"geist/font/sans"' has no exported member 'GeistSans'
Description of the Issue:
There's an issue with the TypeScript declaration files in v1.3.1, possibly related to #116.
When using "moduleResolution": "Node16" or "NodeNext", TypeScript no longer recognizes GeistSans as an exported member of geist/font/sans.
Steps to Reproduce:
- Open https://stackblitz.com/edit/vitejs-vite-wwhhks?file=tsconfig.app.json,src%2FApp.tsx%3AL4-L4&terminal=dev
- Wait for the installation to complete
- See TypeScript error
Expected Behavior:
It should work without TypeScript errors like in v1.3.0
Will take a look! Thanks for reporting.
same issue
still having this issue. is there a fix on the way?
Same.
Bump
Have you sorted it out?
same issue here, unfortunately.