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