@types/react 18.3.18 → 18.3.19
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 v18.3/README.md +1 -1
- react v18.3/index.d.ts +8 -0
- react v18.3/package.json +2 -2
- react v18.3/ts5.0/index.d.ts +8 -0
react v18.3/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/v18.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Wed, 19 Mar 2025 15:02:26 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react v18.3/index.d.ts
CHANGED
@@ -2968,6 +2968,14 @@ declare namespace React {
|
|
2968
2968
|
* @see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
|
2969
2969
|
*/
|
2970
2970
|
is?: string | undefined;
|
2971
|
+
/**
|
2972
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts}
|
2973
|
+
*/
|
2974
|
+
exportparts?: string | undefined;
|
2975
|
+
/**
|
2976
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part}
|
2977
|
+
*/
|
2978
|
+
part?: string | undefined;
|
2971
2979
|
}
|
2972
2980
|
|
2973
2981
|
/**
|
react v18.3/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.3.
|
3
|
+
"version": "18.3.19",
|
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
|
"csstype": "^3.0.2"
|
202
202
|
},
|
203
203
|
"peerDependencies": {},
|
204
|
-
"typesPublisherContentHash": "
|
204
|
+
"typesPublisherContentHash": "95d6f59e5d1d5d7919a7957d7fd1924d24936037d9cfe18023c590b125051088",
|
205
205
|
"typeScriptVersion": "5.0"
|
206
206
|
}
|
react v18.3/ts5.0/index.d.ts
CHANGED
@@ -2969,6 +2969,14 @@ declare namespace React {
|
|
2969
2969
|
* @see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
|
2970
2970
|
*/
|
2971
2971
|
is?: string | undefined;
|
2972
|
+
/**
|
2973
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts}
|
2974
|
+
*/
|
2975
|
+
exportparts?: string | undefined;
|
2976
|
+
/**
|
2977
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part}
|
2978
|
+
*/
|
2979
|
+
part?: string | undefined;
|
2972
2980
|
}
|
2973
2981
|
|
2974
2982
|
/**
|