@types/react 15.7.27 → 15.7.29
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 +3 -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 (https://react.dev/).
|
|
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: Mon,
|
11
|
+
* Last updated: Mon, 15 Jan 2024 09:07:05 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
|
14
14
|
# Credits
|
react v15.7/index.d.ts
CHANGED
@@ -2900,6 +2900,7 @@ declare namespace React {
|
|
2900
2900
|
|
2901
2901
|
interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
|
2902
2902
|
open?: boolean | undefined;
|
2903
|
+
name?: string | undefined;
|
2903
2904
|
}
|
2904
2905
|
|
2905
2906
|
interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
|
@@ -3055,9 +3056,10 @@ declare namespace React {
|
|
3055
3056
|
|
3056
3057
|
interface MetaHTMLAttributes<T> extends HTMLAttributes<T> {
|
3057
3058
|
charSet?: string | undefined;
|
3059
|
+
content?: string | undefined;
|
3058
3060
|
httpEquiv?: string | undefined;
|
3059
|
-
name?: string | undefined;
|
3060
3061
|
media?: string | undefined;
|
3062
|
+
name?: string | undefined;
|
3061
3063
|
}
|
3062
3064
|
|
3063
3065
|
interface MeterHTMLAttributes<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.29",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -80,6 +80,6 @@
|
|
80
80
|
},
|
81
81
|
"scripts": {},
|
82
82
|
"dependencies": {},
|
83
|
-
"typesPublisherContentHash": "
|
84
|
-
"typeScriptVersion": "4.
|
83
|
+
"typesPublisherContentHash": "177b903db5a2b6023b877852a86fad1fade8c05e68f6091745cb4437661fb8da",
|
84
|
+
"typeScriptVersion": "4.6"
|
85
85
|
}
|