interface LegendProps {
    hasBorder?: boolean;
    items: LegendItem[];
}

Properties

Properties

hasBorder?: boolean
items: LegendItem[]