mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
remove string indexer from JQuery interface
This commit is contained in:
Vendored
-1
@@ -3355,7 +3355,6 @@ interface JQuery {
|
||||
* @see {@link https://api.jquery.com/selector/}
|
||||
*/
|
||||
selector: string;
|
||||
[index: string]: any;
|
||||
[index: number]: HTMLElement;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user