chore: typos (#1670)
This commit is contained in:
committed by
GitHub
parent
2a1b0fc6d7
commit
86187ca907
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@@ -1343,7 +1343,7 @@ declare global {
|
||||
}
|
||||
interface IntrinsicElements extends NativeElements {
|
||||
// allow arbitrary elements
|
||||
// @ts-ignore supress ts:2374 = Duplicate string index signature.
|
||||
// @ts-ignore suppress ts:2374 = Duplicate string index signature.
|
||||
[name: string]: any
|
||||
}
|
||||
interface IntrinsicAttributes extends ReservedProps {}
|
||||
|
||||
Reference in New Issue
Block a user