UNPKG

@grafana/ui

Version:
4 lines (3 loc) 125 B
import { FC } from 'react'; import { TableCellProps } from './types'; export declare const BarGaugeCell: FC<TableCellProps>;