Merge remote-tracking branch 'origin/main' into arrow-heads-fallback-color
This commit is contained in:
@@ -90,7 +90,7 @@ export enum ConnectionLineType {
|
||||
* @public
|
||||
*/
|
||||
export type EdgeMarker = {
|
||||
type: MarkerType;
|
||||
type: MarkerType | `${MarkerType}`;
|
||||
color?: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
|
||||
Reference in New Issue
Block a user