BigValue class

Signature

  1. export declare class BigValue extends PureComponent<Props>

Import

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

Properties

PropertyModifiersTypeDescription
defaultPropsstaticPartial<Props>

Methods

MethodModifiersDescription
render()

defaultProps property

Signature

  1. static defaultProps: Partial<Props>;

render method

Signature

  1. render(): JSX.Element;

Returns:

JSX.Element