infinite-scroll icon indicating copy to clipboard operation
infinite-scroll copied to clipboard

InfiniteScroll Typescript types not available on npm

Open haydentech opened this issue 2 years ago • 0 comments

I'm attempting to convert a working JavaScript project using Masonry, ImagesLoaded, and InfiniteScroll over to TypeScript. The types for Masonry and ImagesLoaded were available using e.g. "npm install --save @types/imagesloaded". However, there doesn't seem to be a types definition for InfiniteScroll, so my TypeScript won't compile. Are these types really not available, or am I looking in the wrong spot?

haydentech avatar Mar 08 '22 17:03 haydentech