mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
spin.js - added missed types for --noImplicitAny typescript compilation
This commit is contained in:
Vendored
+2
-2
@@ -41,6 +41,6 @@ declare class Spinner {
|
||||
* Stopped spinners may be reused by calling spin() again.
|
||||
*/
|
||||
stop(): Spinner;
|
||||
lines(el, o);
|
||||
opacity(el, i, val);
|
||||
lines(el:HTMLElement, o:SpinnerOptions):HTMLElement;
|
||||
opacity(el:HTMLElement, i:number, val:number, o:SpinnerOptions):void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user