graphand-react
Advanced tools
Comparing version 0.4.19-beta to 0.4.20-beta
@@ -6,4 +6,4 @@ import { GraphandModel, GraphandModelList } from "graphand-js"; | ||
activeFn?: (index: number) => number; | ||
ItemComponent: any; | ||
EmptyComponent?: any; | ||
ItemComponent: React.FunctionComponent<InfiniteListItemProps> | React.ComponentClass<InfiniteListItemProps, any>; | ||
EmptyComponent?: React.ReactNode | React.FunctionComponent<any> | React.ComponentClass<any, any>; | ||
HeaderComponent?: any; | ||
@@ -39,4 +39,5 @@ FooterComponent?: any; | ||
isActive: boolean; | ||
watcherRef?: (node?: any) => void; | ||
}; | ||
declare const InfiniteList: FunctionComponent<InfiniteListProps>; | ||
export default InfiniteList; |
@@ -36,4 +36,6 @@ import { GraphandModel, GraphandPlugin, GraphandField } from "graphand-js"; | ||
} | ||
class AggregationExecutor { | ||
suspense: SuspenseDefinition<any>; | ||
class AggregationExecutor<T extends any> { | ||
suspense: SuspenseDefinition<{ | ||
data: T; | ||
}>; | ||
} | ||
@@ -40,0 +42,0 @@ class GraphandField { |
{ | ||
"name": "graphand-react", | ||
"version": "0.4.19-beta", | ||
"version": "0.4.20-beta", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
556105
2313