@types/react 15.7.8 → 15.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- react v15.7/README.md +1 -1
- react v15.7/index.d.ts +2 -1
- react v15.7/package.json +3 -3
react v15.7/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v15.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Tue, 13 Sep 2022 18:33:02 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v15.7/index.d.ts
CHANGED
@@ -63,7 +63,7 @@ type NativeTransitionEvent = TransitionEvent;
|
|
63
63
|
type NativeUIEvent = UIEvent;
|
64
64
|
type NativeWheelEvent = WheelEvent;
|
65
65
|
|
66
|
-
//
|
66
|
+
// eslint-disable-next-line export-just-namespace
|
67
67
|
export = React;
|
68
68
|
export as namespace React;
|
69
69
|
|
@@ -2850,6 +2850,7 @@ declare namespace React {
|
|
2850
2850
|
name?: string | undefined;
|
2851
2851
|
noValidate?: boolean | undefined;
|
2852
2852
|
target?: string | undefined;
|
2853
|
+
rel?: string | undefined;
|
2853
2854
|
}
|
2854
2855
|
|
2855
2856
|
interface HtmlHTMLAttributes<T> extends HTMLAttributes<T> {
|
react v15.7/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "15.7.
|
3
|
+
"version": "15.7.10",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -62,8 +62,8 @@
|
|
62
62
|
},
|
63
63
|
"scripts": {},
|
64
64
|
"dependencies": {},
|
65
|
-
"typesPublisherContentHash": "
|
66
|
-
"typeScriptVersion": "4.
|
65
|
+
"typesPublisherContentHash": "9ad1b425d47ed3df16947e3d28d803f34f6a96059f3fc9cc75e4a29973e572b2",
|
66
|
+
"typeScriptVersion": "4.1",
|
67
67
|
"exports": {
|
68
68
|
".": {
|
69
69
|
"types": {
|