We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b528b commit aaa3a52Copy full SHA for aaa3a52
index.d.ts
@@ -111,6 +111,7 @@ interface Selectors {
111
addNode: (node: FlattenedNode[]) => NodeAction,
112
updateNode: (node: FlattenedNode, state: { [stateKey: string]: any }) => NodeAction,
113
getFlattenedTree: (node: node[]) => FlattenedNode,
114
- getRowIndexFromId: (node: FlattenedNode, id: number) => number,}
+ getRowIndexFromId: (node: FlattenedNode, id: number) => number,
115
+}
116
117
export const selectors: Selectors;
0 commit comments