* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.1 KiB
1.1 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Popover" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
Popover class
Signature
declare class Popover extends PureComponent<Props>
Import
import { Popover } 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