interface MermaidMarkStyle {
    edge: string;
    vertex: string;
}

Properties

Properties

edge: string
vertex: string