UNPKG

recharts

Version:
7 lines (6 loc) 292 B
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>;