@xyflow/system
Version:
xyflow core system that powers React Flow and Svelte Flow.
9 lines • 487 B
TypeScript
import type { EdgeBase, EdgeMarkerType, MarkerProps } from '../types';
export declare function getMarkerId(marker: EdgeMarkerType | undefined, id?: string | null): string;
export declare function createMarkerIds(edges: EdgeBase[], { id, defaultColor, defaultMarkerStart, defaultMarkerEnd, }: {
id?: string | null;
defaultColor?: string | null;
defaultMarkerStart?: EdgeMarkerType;
defaultMarkerEnd?: EdgeMarkerType;
}): MarkerProps[];
//# sourceMappingURL=marker.d.ts.map