From 15f42e4c41bf4b7bc3c690e8b2430d70fc67ed4e Mon Sep 17 00:00:00 2001 From: kazuki Date: Wed, 15 Apr 2020 14:55:38 +0900 Subject: [PATCH] add HorizontalTree to LayoutEngineType --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index d02a4696..e29bd9c1 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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; export type INodeMapNode = {