grafana/docs/sources/packages_api/ui/bigvalue.md

1.1 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "BigValue" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++

BigValue class

Signature

export declare class BigValue extends PureComponent<Props> 

Import

import { BigValue } from '@grafana/ui';

Properties

Property Modifiers Type Description
defaultProps static Partial<Props>

Methods

Method Modifiers Description
render()

defaultProps property

Signature

static defaultProps: Partial<Props>;

render method

Signature

render(): JSX.Element;

Returns:

JSX.Element