feat(virtual-scroll): adds JSX support

This commit is contained in:
Manu Mtz.-Almeida
2018-03-07 18:04:03 +01:00
parent a8b90a3eb1
commit dc8b363ea8
4 changed files with 50 additions and 11 deletions

View File

@ -3618,6 +3618,7 @@ declare global {
itemRender?: ItemRenderFn;
items?: any[];
nodeHeight?: NodeHeightFn;
renderer?: (item: any) => JSX.Element;
}
}
}