UNPKG

@grafana/ui

Version:
9 lines (8 loc) 220 B
import { FunctionComponent } from 'react'; export interface Props { active?: boolean; count: number; proportion: number; value?: string; } export declare const LogLabelStatsRow: FunctionComponent<Props>;