types: fix dts tests

This commit is contained in:
Evan You 2021-07-13 10:57:41 -04:00
parent 4e5897d2df
commit bf4893c17c

View File

@ -2,7 +2,7 @@ import { currentBlock, isBlockTreeEnabled, VNode } from '../vnode'
export function withMemo(
memo: any[],
render: () => VNode,
render: () => VNode<any, any>,
cache: any[],
index: number
) {