You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: