Skip to content

Commit 3a93827

Browse files
authored
fix: 🐛 added nodes prop to FilteringContainer (#100)
1 parent e963624 commit 3a93827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ interface GroupRendererProps {
9696
}
9797

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

0 commit comments

Comments
 (0)