Skip to content

Commit dce4a80

Browse files
authored
update param name
1 parent 6f20a4b commit dce4a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare module '@dagrejs/dagre' {
2929
setEdge(params: Edge, value?: string | { [key: string]: any }): Graph<T>;
3030
setEdge(sourceId: string, targetId: string, value?: string | Label, name?: string): Graph<T>;
3131

32-
children(v: string): string[];
32+
children(parentName: string): string[];
3333
hasNode(name: string): boolean;
3434
neighbors(name: string): Array<Node<T>> | undefined;
3535
node(id: string | Label): Node<T>;

0 commit comments

Comments
 (0)