feat(components): add ReactFlowProvider #275

This commit is contained in:
moklick
2020-06-02 18:34:02 +02:00
parent 3f3a79b5f6
commit 5cbeda5c3f
12 changed files with 166 additions and 34 deletions
+5
View File
@@ -203,3 +203,8 @@ export interface EdgeTextProps {
labelShowBg?: boolean;
labelBgStyle?: CSSProperties;
}
export type NodePosUpdate = {
id: ElementId;
pos: XYPosition;
};