UNPKG

@lobehub/charts

Version:

React modern charts components built on recharts

9 lines (8 loc) 253 B
/// <reference types="react" /> export interface ChartTooltipRowProps { color: string; name: string; value: string; } declare const ChartTooltipRow: import("react").NamedExoticComponent<ChartTooltipRowProps>; export default ChartTooltipRow;