@types/react 17.0.87 → 17.0.88
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 v17.0/README.md +1 -1
- react v17.0/index.d.ts +16 -2
- react v17.0/package.json +3 -3
react v17.0/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/v17.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Fri, 22 Aug 2025 16:02:28 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 v17.0/index.d.ts
CHANGED
@@ -2630,7 +2630,21 @@ declare namespace React {
|
|
2630
2630
|
direction?: number | string | undefined;
|
2631
2631
|
display?: number | string | undefined;
|
2632
2632
|
divisor?: number | string | undefined;
|
2633
|
-
dominantBaseline?:
|
2633
|
+
dominantBaseline?:
|
2634
|
+
| "auto"
|
2635
|
+
| "use-script"
|
2636
|
+
| "no-change"
|
2637
|
+
| "reset-size"
|
2638
|
+
| "ideographic"
|
2639
|
+
| "alphabetic"
|
2640
|
+
| "hanging"
|
2641
|
+
| "mathematical"
|
2642
|
+
| "central"
|
2643
|
+
| "middle"
|
2644
|
+
| "text-after-edge"
|
2645
|
+
| "text-before-edge"
|
2646
|
+
| "inherit"
|
2647
|
+
| undefined;
|
2634
2648
|
dur?: number | string | undefined;
|
2635
2649
|
dx?: number | string | undefined;
|
2636
2650
|
dy?: number | string | undefined;
|
@@ -2777,7 +2791,7 @@ declare namespace React {
|
|
2777
2791
|
tableValues?: number | string | undefined;
|
2778
2792
|
targetX?: number | string | undefined;
|
2779
2793
|
targetY?: number | string | undefined;
|
2780
|
-
textAnchor?:
|
2794
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
2781
2795
|
textDecoration?: number | string | undefined;
|
2782
2796
|
textLength?: number | string | undefined;
|
2783
2797
|
textRendering?: number | string | undefined;
|
react v17.0/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "17.0.
|
3
|
+
"version": "17.0.88",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -170,6 +170,6 @@
|
|
170
170
|
"csstype": "^3.0.2"
|
171
171
|
},
|
172
172
|
"peerDependencies": {},
|
173
|
-
"typesPublisherContentHash": "
|
174
|
-
"typeScriptVersion": "5.
|
173
|
+
"typesPublisherContentHash": "394e51afd1fe4c1170539c64b1f4613f556dac0054663dbf53262ebbf4c7cb16",
|
174
|
+
"typeScriptVersion": "5.2"
|
175
175
|
}
|