@types/react 18.2.66 → 18.2.67

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 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: Thu, 14 Mar 2024 14:06:54 GMT
11
+ * Last updated: Mon, 18 Mar 2024 13:07:15 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/experimental.d.ts CHANGED
@@ -135,4 +135,11 @@ declare module "." {
135
135
  value: TaintableUniqueValue,
136
136
  ): void;
137
137
  function experimental_taintObjectReference(message: string | undefined, object: Reference): void;
138
+
139
+ export interface HTMLAttributes<T> {
140
+ /**
141
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
142
+ */
143
+ inert?: boolean | undefined;
144
+ }
138
145
  }
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.66",
3
+ "version": "18.2.67",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -206,6 +206,6 @@
206
206
  "@types/scheduler": "*",
207
207
  "csstype": "^3.0.2"
208
208
  },
209
- "typesPublisherContentHash": "2cc66baf2b5a3abba616e1315611f05e74a76dcdce8c72fd4b45400b906175ac",
209
+ "typesPublisherContentHash": "17d731d67f5490f9b91c951a6bd0f5b6917ba9f6fa4501778391ce4144c9eb13",
210
210
  "typeScriptVersion": "4.7"
211
211
  }
@@ -135,4 +135,11 @@ declare module "." {
135
135
  value: TaintableUniqueValue,
136
136
  ): void;
137
137
  function experimental_taintObjectReference(message: string | undefined, object: Reference): void;
138
+
139
+ export interface HTMLAttributes<T> {
140
+ /**
141
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
142
+ */
143
+ inert?: boolean | undefined;
144
+ }
138
145
  }