Skip to content

Commit a165d82

Browse files
committed
feat(runtime-core): expose isVNode
1 parent 8e692c1 commit a165d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export { getCurrentInstance } from './component'
5252
// For raw render function users
5353
export { h } from './h'
5454
// Advanced render function utilities
55-
export { createVNode, cloneVNode, mergeProps } from './vnode'
55+
export { createVNode, cloneVNode, mergeProps, isVNode } from './vnode'
5656
// VNode types
5757
export { Fragment, Text, Comment, Static } from './vnode'
5858
// Built-in components

0 commit comments

Comments
 (0)