chore(edge-toolbar): cleanup
This commit is contained in:
@@ -131,10 +131,6 @@ export type EdgePosition = {
|
||||
export type EdgeLookup<EdgeType extends EdgeBase = EdgeBase> = Map<string, EdgeType>;
|
||||
|
||||
export type EdgeToolbarBaseProps = {
|
||||
/**
|
||||
* An edge toolbar must be attached to an edge.
|
||||
*/
|
||||
edgeId: string;
|
||||
/**
|
||||
* The `x` position of the edge label.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user