@types/react 18.2.42 → 18.2.43
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/README.md +1 -1
- react/index.d.ts +0 -1
- react/package.json +2 -2
- react/ts5.0/index.d.ts +0 -1
react/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.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Sat, 09 Dec 2023 13:06:57 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react/index.d.ts
CHANGED
@@ -1978,7 +1978,6 @@ declare namespace React {
|
|
1978
1978
|
id?: string | undefined;
|
1979
1979
|
lang?: string | undefined;
|
1980
1980
|
nonce?: string | undefined;
|
1981
|
-
placeholder?: string | undefined;
|
1982
1981
|
slot?: string | undefined;
|
1983
1982
|
spellCheck?: Booleanish | undefined;
|
1984
1983
|
style?: CSSProperties | undefined;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.2.
|
3
|
+
"version": "18.2.43",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -201,6 +201,6 @@
|
|
201
201
|
"@types/scheduler": "*",
|
202
202
|
"csstype": "^3.0.2"
|
203
203
|
},
|
204
|
-
"typesPublisherContentHash": "
|
204
|
+
"typesPublisherContentHash": "13554309eed9d8e30eb9feda1cb917d4559729be1a4808a10ec91793edd79ef7",
|
205
205
|
"typeScriptVersion": "4.6"
|
206
206
|
}
|
react/ts5.0/index.d.ts
CHANGED
@@ -1979,7 +1979,6 @@ declare namespace React {
|
|
1979
1979
|
id?: string | undefined;
|
1980
1980
|
lang?: string | undefined;
|
1981
1981
|
nonce?: string | undefined;
|
1982
|
-
placeholder?: string | undefined;
|
1983
1982
|
slot?: string | undefined;
|
1984
1983
|
spellCheck?: Booleanish | undefined;
|
1985
1984
|
style?: CSSProperties | undefined;
|