update: renaming stuff from react flow to revue flow

This commit is contained in:
Braks
2021-07-11 18:03:46 +02:00
parent 2afc7af871
commit d491c0196c
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -824,7 +824,7 @@ export type InitD3ZoomPayload = {
transform: Transform;
};
export interface ReactFlowState {
export interface RevueFlowState {
width: number;
height: number;
transform: Transform;
@@ -861,7 +861,7 @@ export interface ReactFlowState {
multiSelectionActive: boolean;
reactFlowVersion: string;
revueFlowVersion: string;
onConnect?: OnConnectFunc;
onConnectStart?: OnConnectStartFunc;