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(
|
export function withMemo(
|
||||||
memo: any[],
|
memo: any[],
|
||||||
render: () => VNode,
|
render: () => VNode<any, any>,
|
||||||
cache: any[],
|
cache: any[],
|
||||||
index: number
|
index: number
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user