+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PopoverContent"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## PopoverContent type
### PopoverContent type
Signature
```typescript
export declare type PopoverContent = string | React.ReactElement | ((props: PopoverContentProps) => JSX.Element);
```
Import
```typescript
import { PopoverContent } from '@grafana/ui';
```