Skip to content

Commit

Permalink
Merge pull request #206 from kazchimo/add_horizontal_tree_type
Browse files Browse the repository at this point in the history
add HorizontalTree to LayoutEngineType
  • Loading branch information
ajbogh authored Apr 16, 2020
2 parents fc4bdae + 15f42e4 commit 855e747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ declare module 'react-digraph' {
static revert(graphInput: IGraphInput): any;
}

export type LayoutEngineType = 'None' | 'SnapToGrid' | 'VerticalTree';
export type LayoutEngineType = 'None' | 'SnapToGrid' | 'VerticalTree' | 'HorizontalTree';

export const GraphView: React.ComponentClass<IGraphViewProps>;
export type INodeMapNode = {
Expand Down

0 comments on commit 855e747

Please sign in to comment.