mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Update spin.d.ts
`spin()` expects an HTMLElement, `JQuery` type won't work for example.
This commit is contained in:
2
spin/spin.d.ts
vendored
2
spin/spin.d.ts
vendored
@@ -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