vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Component Import TS Error

Open kgosen opened this issue 2 years ago • 1 comments
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

kgosen avatar Dec 16 '22 15:12 kgosen

Sadly this module does not provide any dts files yet.

Tanimodori avatar Feb 20 '23 06:02 Tanimodori