feat(smoothstepedge): add border radius param

This commit is contained in:
moklick
2020-07-21 16:47:35 +02:00
parent d40c74e54c
commit 70121edcd8
2 changed files with 12 additions and 4 deletions
+4
View File
@@ -99,6 +99,10 @@ export interface EdgeBezierProps extends EdgeProps {
targetPosition: Position;
}
export interface EdgeSmoothStepProps extends EdgeBezierProps {
borderRadius?: number;
}
export interface NodeProps {
id: ElementId;
type: string;