mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+1
-1
@@ -34,7 +34,7 @@ declare class Spinner {
|
||||
* spinning, it is automatically removed from its previous target by calling
|
||||
* stop() internally.
|
||||
*/
|
||||
spin(target?: any): Spinner;
|
||||
spin(target?: HTMLElement): Spinner;
|
||||
|
||||
/**
|
||||
* Stops and removes the Spinner.
|
||||
|
||||
Reference in New Issue
Block a user