Skip to content

Commit 52e167d

Browse files
authored
chore: Revert exactOptionalPropertyTypes id support (#7400)
1 parent f33288c commit 52e167d

File tree

1 file changed

+1
-1
lines changed
  • packages/@react-types/shared/src

1 file changed

+1
-1
lines changed

packages/@react-types/shared/src/dom.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface DOMProps {
5959
/**
6060
* The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).
6161
*/
62-
id?: string | undefined
62+
id?: string
6363
}
6464

6565
export interface FocusableDOMProps extends DOMProps {

0 commit comments

Comments
 (0)