mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
changes iScroll to IScroll in lite.d.ts
This commit is contained in:
2
iscroll/iscroll-5-lite.d.ts
vendored
2
iscroll/iscroll-5-lite.d.ts
vendored
@@ -20,7 +20,7 @@ interface IScrollOptions {
|
||||
useTransition?: boolean;
|
||||
}
|
||||
|
||||
declare class iScroll {
|
||||
declare class IScroll {
|
||||
|
||||
constructor (element: string, options?: IScrollOptions);
|
||||
constructor (element: HTMLElement, options?: IScrollOptions);
|
||||
|
||||
Reference in New Issue
Block a user