Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
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