@types/react-dom
Advanced tools
Comparing version
{ | ||
"name": "@types/react-dom", | ||
"version": "19.1.1", | ||
"version": "19.1.2", | ||
"description": "TypeScript definitions for react-dom", | ||
@@ -91,4 +91,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", | ||
}, | ||
"typesPublisherContentHash": "2322ab5fd5b3697fab0194e445099d83d82662db19c270a5d061cfef39611932", | ||
"typesPublisherContentHash": "7ab9792afe2f21119a96d1a27254c2d4ebc080cb8dab8cd4e76a23cf2a0910c5", | ||
"typeScriptVersion": "5.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Apr 2025 09:02:14 GMT | ||
* Last updated: Wed, 09 Apr 2025 07:33:26 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react) |
@@ -30,6 +30,12 @@ // forward declarations | ||
export type BootstrapScriptDescriptor = { | ||
src: string; | ||
integrity?: string | undefined; | ||
crossOrigin?: string | undefined; | ||
}; | ||
export interface PrerenderOptions { | ||
bootstrapScriptContent?: string; | ||
bootstrapScripts?: string[]; | ||
bootstrapModules?: string[]; | ||
bootstrapScripts?: Array<string | BootstrapScriptDescriptor>; | ||
bootstrapModules?: Array<string | BootstrapScriptDescriptor>; | ||
identifierPrefix?: string; | ||
@@ -36,0 +42,0 @@ namespaceURI?: string; |
22343
0.92%467
1.08%