Skip to content

Commit

Permalink
Merge pull request #427 from Nick-Gabe/master
Browse files Browse the repository at this point in the history
Fixes label typo in `lablepos`
  • Loading branch information
rustedgrail authored Nov 16, 2023
2 parents 1373f59 + 62ba3d9 commit 2216b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ declare module '@dagrejs/dagre' {
weight?: number | undefined;
width?: number | undefined;
height?: number | undefined;
lablepos?: 'l' | 'c' | 'r' | undefined;
labelpos?: 'l' | 'c' | 'r' | undefined;
labeloffest?: number | undefined;
}

Expand Down

0 comments on commit 2216b81

Please sign in to comment.