Skip to content

Commit

Permalink
fix: 馃悰 added nodes prop to FilteringContainer (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogofcunha committed May 7, 2019
1 parent e963624 commit 3a93827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ interface GroupRendererProps {
}

export interface FilteringContainerProps {
nodes: Node[];
children: (params: {nodes: Node[]; nodeParentMappings: {[id: NodeId]: NodeId[]}}) => JSX.Element;
debouncer?: (func: (...p: any[]) => any, timeout: number) => void;
groups?: {[g: string]: Group};
Expand Down

0 comments on commit 3a93827

Please sign in to comment.