Skip to content

Commit bf4893c

Browse files
committed
types: fix dts tests
1 parent 4e5897d commit bf4893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/helpers/withMemo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { currentBlock, isBlockTreeEnabled, VNode } from '../vnode'
22

33
export function withMemo(
44
memo: any[],
5-
render: () => VNode,
5+
render: () => VNode<any, any>,
66
cache: any[],
77
index: number
88
) {

0 commit comments

Comments
 (0)