mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-02 12:00:51 +08:00
Fix CSSProperties indexer issue (sort of)
This commit is contained in:
Vendored
+2
-2
@@ -403,7 +403,7 @@ declare namespace __React {
|
||||
strokeOpacity?: number;
|
||||
strokeWidth?: number;
|
||||
|
||||
[propertyName: string]: string | number | boolean;
|
||||
[propertyName: string]: any;
|
||||
}
|
||||
|
||||
interface HTMLAttributes extends DOMAttributes {
|
||||
@@ -1200,7 +1200,7 @@ declare module "react/addons" {
|
||||
strokeOpacity?: number;
|
||||
strokeWidth?: number;
|
||||
|
||||
[propertyName: string]: string | number | boolean;
|
||||
[propertyName: string]: any;
|
||||
}
|
||||
|
||||
interface HTMLAttributes extends DOMAttributes {
|
||||
|
||||
Reference in New Issue
Block a user