Skip to content

Commit

Permalink
Merge pull request #23 from SentiOne/feature/2.0.0.alpha
Browse files Browse the repository at this point in the history
TypeScript interface fix
  • Loading branch information
ajainarayanan authored Mar 20, 2019
2 parents 9eef7e4 + 3cf559c commit 96a3aa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export interface IDAGProps {
registerTypes?: IRegisterTypesProps;
nodes: INode[];
zoom: number;
panPositionX?: number;
panPositionY?: number;
onPanMove?: (x: number, y: number) => void;
}
export interface IDAGState {
jsPlumbInstance: jsPlumbInstance;
Expand Down

0 comments on commit 96a3aa8

Please sign in to comment.