mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #133 from jamesmanning/patch-1
Need to 'declare' the Spinner class
This commit is contained in:
Vendored
+2
-2
@@ -23,10 +23,10 @@ interface SpinnerOptions {
|
||||
}
|
||||
|
||||
|
||||
class Spinner {
|
||||
declare class Spinner {
|
||||
constructor (options?: SpinnerOptions);
|
||||
spin(target?: any);
|
||||
stop();
|
||||
lines(el, o);
|
||||
opacity(el, i, val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user