recharts
Version:
React charts
7 lines (6 loc) • 304 B
TypeScript
import { LegendPayload } from '../component/DefaultLegendContent';
/**
* Use this hook in Legend, or anywhere else where you want to read the current Legend items.
* @return all Legend items ready to be rendered
*/
export declare function useLegendPayload(): ReadonlyArray<LegendPayload> | undefined;