chore: fix type

This commit is contained in:
Evan You 2023-03-27 18:03:02 +08:00
parent 28e30c819d
commit 9a8073d0ae
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ declare global {
extends JSXInternal.ElementAttributesProperty {}
interface IntrinsicElements extends JSXInternal.IntrinsicElements {}
interface IntrinsicAttributes extends JSXInternal.IntrinsicAttributes {}
interface ElementChildrenAttribute
extends JSXInternal.ElementChildrenAttribute {}
}
}