Description
In typescript environment, importing @bprogress/core/css breaks the whole website and shows "Cannot find module '@bprogress/core/css' or its corresponding type declarations.".
This tested from Tanstack Router application with basic setup, generated by CLI.
Reason why I use @bprogress/core is Tanstack Router is not supported yet and need to implenent the routing event things manually.
Code example
import '@bprogress/core/css';
Package used (or docs)
"@bprogress/core": "^1.3.4"
Additional context
No response