UNPKG

@grafana/ui

Version:
9 lines (8 loc) 362 B
import * as React from 'react'; import { type LineStyle } from '@grafana/schema'; export interface Props extends React.HTMLAttributes<HTMLDivElement> { color?: string; gradient?: string; lineStyle?: LineStyle; } export declare const SeriesIcon: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>>;