feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
1
packages/runtime-dom/types/jsx.d.ts
vendored
1
packages/runtime-dom/types/jsx.d.ts
vendored
@@ -1331,6 +1331,7 @@ declare global {
|
||||
}
|
||||
interface IntrinsicElements extends NativeElements {
|
||||
// allow arbitrary elements
|
||||
// @ts-ignore supress ts:2374 = Duplicate string index signature.
|
||||
[name: string]: any
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user