UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

13 lines (12 loc) 308 B
export declare function PageChartLegend(props: { id: string; legend: { label: string; count?: number; color: string; link?: string; }[]; horizontal?: boolean; showLegendCount?: boolean; allowZero?: boolean; }): import("react/jsx-runtime").JSX.Element;