@types/react 19.1.10 → 19.1.11
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 +17 -2
- react/package.json +2 -2
- react/ts5.0/index.d.ts +17 -2
- react/ts5.0/v18/index.d.ts +16 -2
- react/ts5.0/v18/ts5.0/index.d.ts +16 -2
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: Fri, 22 Aug 2025 16:02:28 GMT
|
12
12
|
* Dependencies: [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react/index.d.ts
CHANGED
@@ -3365,6 +3365,7 @@ declare namespace React {
|
|
3365
3365
|
charSet?: string | undefined;
|
3366
3366
|
crossOrigin?: CrossOrigin;
|
3367
3367
|
defer?: boolean | undefined;
|
3368
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
3368
3369
|
integrity?: string | undefined;
|
3369
3370
|
noModule?: boolean | undefined;
|
3370
3371
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
@@ -3572,7 +3573,21 @@ declare namespace React {
|
|
3572
3573
|
direction?: number | string | undefined;
|
3573
3574
|
display?: number | string | undefined;
|
3574
3575
|
divisor?: number | string | undefined;
|
3575
|
-
dominantBaseline?:
|
3576
|
+
dominantBaseline?:
|
3577
|
+
| "auto"
|
3578
|
+
| "use-script"
|
3579
|
+
| "no-change"
|
3580
|
+
| "reset-size"
|
3581
|
+
| "ideographic"
|
3582
|
+
| "alphabetic"
|
3583
|
+
| "hanging"
|
3584
|
+
| "mathematical"
|
3585
|
+
| "central"
|
3586
|
+
| "middle"
|
3587
|
+
| "text-after-edge"
|
3588
|
+
| "text-before-edge"
|
3589
|
+
| "inherit"
|
3590
|
+
| undefined;
|
3576
3591
|
dur?: number | string | undefined;
|
3577
3592
|
dx?: number | string | undefined;
|
3578
3593
|
dy?: number | string | undefined;
|
@@ -3719,7 +3734,7 @@ declare namespace React {
|
|
3719
3734
|
tableValues?: number | string | undefined;
|
3720
3735
|
targetX?: number | string | undefined;
|
3721
3736
|
targetY?: number | string | undefined;
|
3722
|
-
textAnchor?:
|
3737
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
3723
3738
|
textDecoration?: number | string | undefined;
|
3724
3739
|
textLength?: number | string | undefined;
|
3725
3740
|
textRendering?: number | string | undefined;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "19.1.
|
3
|
+
"version": "19.1.11",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -205,6 +205,6 @@
|
|
205
205
|
"csstype": "^3.0.2"
|
206
206
|
},
|
207
207
|
"peerDependencies": {},
|
208
|
-
"typesPublisherContentHash": "
|
208
|
+
"typesPublisherContentHash": "0f32e4d57baa6a5c37144a040cfebe82f71bd7ace9cddb171732560ac4836156",
|
209
209
|
"typeScriptVersion": "5.2"
|
210
210
|
}
|
react/ts5.0/index.d.ts
CHANGED
@@ -3363,6 +3363,7 @@ declare namespace React {
|
|
3363
3363
|
charSet?: string | undefined;
|
3364
3364
|
crossOrigin?: CrossOrigin;
|
3365
3365
|
defer?: boolean | undefined;
|
3366
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
3366
3367
|
integrity?: string | undefined;
|
3367
3368
|
noModule?: boolean | undefined;
|
3368
3369
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
@@ -3570,7 +3571,21 @@ declare namespace React {
|
|
3570
3571
|
direction?: number | string | undefined;
|
3571
3572
|
display?: number | string | undefined;
|
3572
3573
|
divisor?: number | string | undefined;
|
3573
|
-
dominantBaseline?:
|
3574
|
+
dominantBaseline?:
|
3575
|
+
| "auto"
|
3576
|
+
| "use-script"
|
3577
|
+
| "no-change"
|
3578
|
+
| "reset-size"
|
3579
|
+
| "ideographic"
|
3580
|
+
| "alphabetic"
|
3581
|
+
| "hanging"
|
3582
|
+
| "mathematical"
|
3583
|
+
| "central"
|
3584
|
+
| "middle"
|
3585
|
+
| "text-after-edge"
|
3586
|
+
| "text-before-edge"
|
3587
|
+
| "inherit"
|
3588
|
+
| undefined;
|
3574
3589
|
dur?: number | string | undefined;
|
3575
3590
|
dx?: number | string | undefined;
|
3576
3591
|
dy?: number | string | undefined;
|
@@ -3717,7 +3732,7 @@ declare namespace React {
|
|
3717
3732
|
tableValues?: number | string | undefined;
|
3718
3733
|
targetX?: number | string | undefined;
|
3719
3734
|
targetY?: number | string | undefined;
|
3720
|
-
textAnchor?:
|
3735
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
3721
3736
|
textDecoration?: number | string | undefined;
|
3722
3737
|
textLength?: number | string | undefined;
|
3723
3738
|
textRendering?: number | string | undefined;
|
react/ts5.0/v18/index.d.ts
CHANGED
@@ -3733,7 +3733,21 @@ declare namespace React {
|
|
3733
3733
|
direction?: number | string | undefined;
|
3734
3734
|
display?: number | string | undefined;
|
3735
3735
|
divisor?: number | string | undefined;
|
3736
|
-
dominantBaseline?:
|
3736
|
+
dominantBaseline?:
|
3737
|
+
| "auto"
|
3738
|
+
| "use-script"
|
3739
|
+
| "no-change"
|
3740
|
+
| "reset-size"
|
3741
|
+
| "ideographic"
|
3742
|
+
| "alphabetic"
|
3743
|
+
| "hanging"
|
3744
|
+
| "mathematical"
|
3745
|
+
| "central"
|
3746
|
+
| "middle"
|
3747
|
+
| "text-after-edge"
|
3748
|
+
| "text-before-edge"
|
3749
|
+
| "inherit"
|
3750
|
+
| undefined;
|
3737
3751
|
dur?: number | string | undefined;
|
3738
3752
|
dx?: number | string | undefined;
|
3739
3753
|
dy?: number | string | undefined;
|
@@ -3880,7 +3894,7 @@ declare namespace React {
|
|
3880
3894
|
tableValues?: number | string | undefined;
|
3881
3895
|
targetX?: number | string | undefined;
|
3882
3896
|
targetY?: number | string | undefined;
|
3883
|
-
textAnchor?:
|
3897
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
3884
3898
|
textDecoration?: number | string | undefined;
|
3885
3899
|
textLength?: number | string | undefined;
|
3886
3900
|
textRendering?: number | string | undefined;
|
react/ts5.0/v18/ts5.0/index.d.ts
CHANGED
@@ -3734,7 +3734,21 @@ declare namespace React {
|
|
3734
3734
|
direction?: number | string | undefined;
|
3735
3735
|
display?: number | string | undefined;
|
3736
3736
|
divisor?: number | string | undefined;
|
3737
|
-
dominantBaseline?:
|
3737
|
+
dominantBaseline?:
|
3738
|
+
| "auto"
|
3739
|
+
| "use-script"
|
3740
|
+
| "no-change"
|
3741
|
+
| "reset-size"
|
3742
|
+
| "ideographic"
|
3743
|
+
| "alphabetic"
|
3744
|
+
| "hanging"
|
3745
|
+
| "mathematical"
|
3746
|
+
| "central"
|
3747
|
+
| "middle"
|
3748
|
+
| "text-after-edge"
|
3749
|
+
| "text-before-edge"
|
3750
|
+
| "inherit"
|
3751
|
+
| undefined;
|
3738
3752
|
dur?: number | string | undefined;
|
3739
3753
|
dx?: number | string | undefined;
|
3740
3754
|
dy?: number | string | undefined;
|
@@ -3881,7 +3895,7 @@ declare namespace React {
|
|
3881
3895
|
tableValues?: number | string | undefined;
|
3882
3896
|
targetX?: number | string | undefined;
|
3883
3897
|
targetY?: number | string | undefined;
|
3884
|
-
textAnchor?:
|
3898
|
+
textAnchor?: "start" | "middle" | "end" | "inherit" | undefined;
|
3885
3899
|
textDecoration?: number | string | undefined;
|
3886
3900
|
textLength?: number | string | undefined;
|
3887
3901
|
textRendering?: number | string | undefined;
|