graphand-react
Advanced tools
Comparing version 0.4.28-beta to 0.4.29-beta
@@ -43,2 +43,4 @@ import { GraphandModel, GraphandModelList } from "graphand-js"; | ||
staticItems?: GraphandModel[] | GraphandModelList<GraphandModel>; | ||
subscribe?: boolean; | ||
fixedLoading?: boolean; | ||
itemProps?: ((props: InfiniteListItemProps, list: GraphandModel[] | GraphandModelList<GraphandModel>, loading: boolean) => { | ||
@@ -45,0 +47,0 @@ [prop: string]: any; |
{ | ||
"name": "graphand-react", | ||
"version": "0.4.28-beta", | ||
"version": "0.4.29-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", |
Sorry, the diff of this file is too big to display
559320
2344