Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.27k stars 885 forks source link

Component Import TS Error #777

Open kgosen opened 1 year ago

kgosen commented 1 year ago

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

Tanimodori commented 1 year ago

Sadly this module does not provide any dts files yet.