UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

5 lines (4 loc) 260 B
import React from "react"; import { Color } from "../../../lib"; declare const ChartLegend: ({ payload }: any, categoryColors: Map<string, Color>, setLegendHeight: React.Dispatch<React.SetStateAction<number>>) => React.JSX.Element; export default ChartLegend;