UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

5 lines (4 loc) 146 B
export declare function useChartLegend(dataLength: number): { selectedLines: number[]; handleLegendItemClick: (index: number) => void; };