mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Add jQuery return type for css() method
This commit is contained in:
Vendored
+2
-2
@@ -367,8 +367,8 @@ interface JQuery {
|
||||
/***
|
||||
CSS
|
||||
****/
|
||||
css(propertyName: string, value?: any);
|
||||
css(propertyName: any, value?: any);
|
||||
css(propertyName: string, value?: any): any;
|
||||
css(propertyName: any, value?: any): any;
|
||||
|
||||
height(): number;
|
||||
height(value: number): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user