+++
# -----------------------------------------------------------------------
# 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
```typescript
declare class Popover extends PureComponent
```
Import
```typescript
import { Popover } from '@grafana/ui';
```
Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [defaultProps](#defaultprops-property) | static
| Partial<Props>
| |
Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
### defaultProps property
Signature
```typescript
static defaultProps: Partial;
```
### render method
Signature
```typescript
render(): JSX.Element;
```
Returns:
`JSX.Element`