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 =
|
||||
| VNode
|
||||
| typeof NULL_DYNAMIC_COMPONENT
|
||||
| string
|
||||
| number
|
||||
| boolean
|
||||
|
|
Loading…
Reference in New Issue