Preparing search index...
    interface LegendSimpleItem {
        caption?: ReactNode;
        circle?: { color: string; isFilled?: boolean };
        key: string;
        label: string;
    }
    Index

    Properties

    caption?: ReactNode
    circle?: { color: string; isFilled?: boolean }
    key: string
    label: string