mirror of https://github.com/vuejs/core.git
chore: fix type
This commit is contained in:
parent
28e30c819d
commit
9a8073d0ae
|
@ -9,8 +9,6 @@ declare global {
|
||||||
extends JSXInternal.ElementAttributesProperty {}
|
extends JSXInternal.ElementAttributesProperty {}
|
||||||
interface IntrinsicElements extends JSXInternal.IntrinsicElements {}
|
interface IntrinsicElements extends JSXInternal.IntrinsicElements {}
|
||||||
interface IntrinsicAttributes extends JSXInternal.IntrinsicAttributes {}
|
interface IntrinsicAttributes extends JSXInternal.IntrinsicAttributes {}
|
||||||
interface ElementChildrenAttribute
|
|
||||||
extends JSXInternal.ElementChildrenAttribute {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue