UNPKG

@grafana/ui

Version:
8 lines (7 loc) 379 B
import { type Props } from './BigValueTypes'; /** * Component for showing a value based on a [DisplayValue](https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/types/displayValue.ts#L5). * * https://developers.grafana.com/ui/latest/index.html?path=/docs/plugins-bigvalue--docs */ export declare const BigValue: import("react").NamedExoticComponent<Props>;