We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HTMLProps
1 parent 3ff5f50 commit 52735c8Copy full SHA for 52735c8
compat/src/index.d.ts
@@ -84,7 +84,7 @@ declare namespace React {
84
export interface HTMLAttributes<T extends EventTarget>
85
extends JSXInternal.HTMLAttributes<T> {}
86
export interface HTMLProps<T extends EventTarget>
87
- extends JSXInternal.HTMLAttributes<T>,
+ extends JSXInternal.AllHTMLAttributes<T>,
88
preact.ClassAttributes<T> {}
89
export interface AllHTMLAttributes<T extends EventTarget>
90
extends JSXInternal.AllHTMLAttributes<T> {}
0 commit comments