Variable coloredEdgeStyleConst

coloredEdgeStyle: (
    | {
        css: { color: (edge: any) => string; "line-color"?: undefined };
        selector: string;
    }
    | {
        css: { color?: undefined; "line-color": (edge: any) => string };
        selector: string;
    }
)[] = ...