@types/react-dom
Advanced tools
Comparing version
{ | ||
"name": "@types/react-dom", | ||
"version": "19.1.0", | ||
"version": "19.1.1", | ||
"description": "TypeScript definitions for react-dom", | ||
@@ -91,4 +91,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", | ||
}, | ||
"typesPublisherContentHash": "4e6cc530d937c8906540c731a2f6336c4070bbb663e6076edf58dd87059945e1", | ||
"typesPublisherContentHash": "2322ab5fd5b3697fab0194e445099d83d82662db19c270a5d061cfef39611932", | ||
"typeScriptVersion": "5.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Apr 2025 07:33:00 GMT | ||
* Last updated: Wed, 02 Apr 2025 09:02:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react) |
@@ -27,2 +27,8 @@ // forward declarations | ||
export type BootstrapScriptDescriptor = { | ||
src: string; | ||
integrity?: string | undefined; | ||
crossOrigin?: string | undefined; | ||
}; | ||
export interface RenderToPipeableStreamOptions { | ||
@@ -33,4 +39,4 @@ identifierPrefix?: string; | ||
bootstrapScriptContent?: string; | ||
bootstrapScripts?: string[]; | ||
bootstrapModules?: string[]; | ||
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>; | ||
bootstrapModules?: Array<string | BootstrapScriptDescriptor>; | ||
progressiveChunkSize?: number; | ||
@@ -87,4 +93,4 @@ onShellReady?: () => void; | ||
bootstrapScriptContent?: string; | ||
bootstrapScripts?: string[]; | ||
bootstrapModules?: string[]; | ||
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>; | ||
bootstrapModules?: Array<string | BootstrapScriptDescriptor>; | ||
progressiveChunkSize?: number; | ||
@@ -91,0 +97,0 @@ signal?: AbortSignal; |
22140
1.23%462
1.09%