vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Component Import TS Error
trafficstars
Describe the bug
When importing components directly (instead of using the plugin), I receive the following error:
Module '"vue-virtual-scroller"' has no exported member 'DynamicScroller'.ts(2305)
Module '"vue-virtual-scroller"' has no exported member 'DynamicScrollerItem'.ts(2305)
Reproduction
import { DynamicScroller, DynamicScrollerItem } from "vue-virtual-scroller";
System Info
N/A
Used Package Manager
pnpm
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- [X] The provided reproduction is a minimal reproducible example of the bug.
Sadly this module does not provide any dts files yet.