chore: remove typeof NULL_DYNAMIC_COMPONENT for type compat with test-utils

This commit is contained in:
Evan You 2023-11-10 15:25:55 +08:00
parent f15debc01a
commit e15dc05655
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ export type VNodeProps = {
type VNodeChildAtom =
| VNode
| typeof NULL_DYNAMIC_COMPONENT
| string
| number
| boolean