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.
1 parent 710127d commit 22fb370Copy full SHA for 22fb370
packages/vue-jsx-vapor/src/jsx-runtime/dom.ts
@@ -1485,7 +1485,8 @@ export type ReservedProps = {
1485
1486
export type NativeElements = {
1487
[K in keyof IntrinsicElementAttributes]: IntrinsicElementAttributes[K] &
1488
- ReservedProps
+ ReservedProps &
1489
+ import('vue').HTMLAttributes
1490
}
1491
1492
interface BaseSyntheticEvent<E = object, C = unknown, T = unknown> {
0 commit comments