@types/react 15.7.26 → 15.7.28
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 (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:
|
11
|
+
* Last updated: Wed, 13 Dec 2023 01:31:25 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
|
14
14
|
# Credits
|
react v15.7/index.d.ts
CHANGED
@@ -68,7 +68,7 @@ declare namespace React {
|
|
68
68
|
type Key = string | number;
|
69
69
|
type Ref<T> = string | { bivarianceHack(instance: T | null): any }["bivarianceHack"];
|
70
70
|
|
71
|
-
//
|
71
|
+
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
|
72
72
|
type ComponentState = {};
|
73
73
|
|
74
74
|
interface Attributes {
|
@@ -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> {
|
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.28",
|
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": "78f109a1d6d1c67d166960c6688c2a395b5162dfb0cfe72f482b6534436fdd6e",
|
84
|
+
"typeScriptVersion": "4.6"
|
85
85
|
}
|