feat(svelte): edge marker support
This commit is contained in:
@@ -57,3 +57,7 @@ export enum MarkerType {
|
||||
Arrow = 'arrow',
|
||||
ArrowClosed = 'arrowclosed',
|
||||
}
|
||||
|
||||
export type MarkerProps = EdgeMarker & {
|
||||
id: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user