fix(types/tsx): add JSX.IntrinsicAttributes definition (#1517)
fix #1516
This commit is contained in:
1
packages/runtime-dom/types/jsx.d.ts
vendored
1
packages/runtime-dom/types/jsx.d.ts
vendored
@@ -1334,6 +1334,7 @@ declare global {
|
||||
// @ts-ignore supress ts:2374 = Duplicate string index signature.
|
||||
[name: string]: any
|
||||
}
|
||||
interface IntrinsicAttributes extends ReservedProps {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user