mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Append prevUntil and nextUntil override accepting JQuery for first arguments
This commit is contained in:
Vendored
+2
@@ -774,6 +774,7 @@ interface JQuery {
|
||||
|
||||
nextUntil(selector?: string, filter?: string): JQuery;
|
||||
nextUntil(element?: Element, filter?: string): JQuery;
|
||||
nextUntil(obj?: JQuery, filter?: string): JQuery;
|
||||
|
||||
not(selector: string): JQuery;
|
||||
not(func: (index: any) => any): JQuery;
|
||||
@@ -796,6 +797,7 @@ interface JQuery {
|
||||
|
||||
prevUntil(selector?: string, filter?: string): JQuery;
|
||||
prevUntil(element?: Element, filter?: string): JQuery;
|
||||
prevUntil(obj?: JQuery, filter?: string): JQuery;
|
||||
|
||||
siblings(selector?: string): JQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user