mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
changes iScroll to IScroll in lite.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -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