@types/react-dom
Advanced tools
Comparing version
{ | ||
"name": "@types/react-dom", | ||
"version": "18.3.5", | ||
"version": "18.3.6", | ||
"description": "TypeScript definitions for react-dom", | ||
@@ -86,4 +86,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", | ||
}, | ||
"typesPublisherContentHash": "15456a5462ef352f9e36979359f3f69058800e6b78eb73df502bca624fc31eb5", | ||
"typeScriptVersion": "5.0" | ||
"typesPublisherContentHash": "834677d5234a9cac8e4577db35f2c57055a80ca789b5f08832919b2e1d8db64b", | ||
"typeScriptVersion": "5.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 11 Dec 2024 02:54:10 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,7 @@ // forward declarations | ||
export type BootstrapScriptDescriptor = { | ||
src: string; | ||
integrity?: string | undefined; | ||
crossOrigin?: string | undefined; | ||
}; | ||
export interface RenderToPipeableStreamOptions { | ||
@@ -33,4 +38,4 @@ identifierPrefix?: string; | ||
bootstrapScriptContent?: string; | ||
bootstrapScripts?: string[]; | ||
bootstrapModules?: string[]; | ||
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>; | ||
bootstrapModules?: Array<string | BootstrapScriptDescriptor>; | ||
progressiveChunkSize?: number; | ||
@@ -105,4 +110,4 @@ onShellReady?: () => void; | ||
bootstrapScriptContent?: string; | ||
bootstrapScripts?: string[]; | ||
bootstrapModules?: string[]; | ||
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>; | ||
bootstrapModules?: Array<string | BootstrapScriptDescriptor>; | ||
progressiveChunkSize?: number; | ||
@@ -109,0 +114,0 @@ signal?: AbortSignal; |
38177
0.71%886
0.57%