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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
I have tried everything to try and use iScroll via TypeScript. I have install the following
npm i iscroll --save
npm i @types/iscroll --save
I then imported as follows..
import { IScroll } from 'iscroll';
and then use as per the docs...
The first error it to do with the typedef not being a module, so I added..
declare module 'Iscroll';
and exported the interface and class.
It now builds but when I try to new up
IScroll
it is not defined.Is there any doco on how to use this in this environment?
The text was updated successfully, but these errors were encountered: