feat(components): add ReactFlowProvider #275
This commit is contained in:
@@ -203,3 +203,8 @@ export interface EdgeTextProps {
|
||||
labelShowBg?: boolean;
|
||||
labelBgStyle?: CSSProperties;
|
||||
}
|
||||
|
||||
export type NodePosUpdate = {
|
||||
id: ElementId;
|
||||
pos: XYPosition;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user