@logicflow/core
Advanced tools
Comparing version 1.1.26 to 1.1.27
{ | ||
"name": "@logicflow/core", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/entry.js", |
@@ -8,2 +8,4 @@ import { h, Component } from 'preact'; | ||
offset: number; | ||
refX?: number; | ||
refY?: number; | ||
verticalLength: number; | ||
@@ -10,0 +12,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2134053
37267