mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix for react 15
This commit is contained in:
Vendored
+1
-1
@@ -89,7 +89,7 @@ declare namespace React {
|
||||
ref?: Ref<T>;
|
||||
}
|
||||
|
||||
interface ReactElement<P> {
|
||||
interface ReactElement<P = any> {
|
||||
type: string | ComponentClass<P> | SFC<P>;
|
||||
props: P;
|
||||
key: Key | null;
|
||||
|
||||
Reference in New Issue
Block a user