mirror of https://github.com/vuejs/core.git
chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils
This commit is contained in:
parent
f15debc01a
commit
e15dc05655
|
@ -114,7 +114,6 @@ export type VNodeProps = {
|
||||||
|
|
||||||
type VNodeChildAtom =
|
type VNodeChildAtom =
|
||||||
| VNode
|
| VNode
|
||||||
| typeof NULL_DYNAMIC_COMPONENT
|
|
||||||
| string
|
| string
|
||||||
| number
|
| number
|
||||||
| boolean
|
| boolean
|
||||||
|
|
Loading…
Reference in New Issue