mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix the argument type of JQuery.html
This commit is contained in:
Vendored
+1
-1
@@ -411,7 +411,7 @@ interface JQuery {
|
||||
html(): string;
|
||||
html(htmlString: string): JQuery;
|
||||
html(htmlContent: (index: number, oldhtml: string) => string): JQuery;
|
||||
html(JQuery): JQuery;
|
||||
html(obj: JQuery): JQuery;
|
||||
|
||||
prop(propertyName: string): any;
|
||||
prop(propertyName: string, value: any): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user