Eulergraph
    Preparing search index...

    Type Alias ChartItem

    type ChartItem = {
        icon: string;
        name: string;
        onclick: () => ChartShape;
    }
    Index

    Properties

    Properties

    icon: string
    name: string
    onclick: () => ChartShape