UNPKG

@grafana/ui

Version:

Grafana Components Library

11 lines (10 loc) 297 B
import React from 'react'; interface LegendSeriesIconProps { disabled: boolean; color: string; yAxis: number; onColorChange: (color: string) => void; onToggleAxis?: () => void; } export declare const LegendSeriesIcon: React.FunctionComponent<LegendSeriesIconProps>; export {};