types: fix dts tests
This commit is contained in:
parent
4e5897d2df
commit
bf4893c17c
@ -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
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user