grafana/docs/sources/packages_api/ui/popovercontent.md

635 B

+++

-----------------------------------------------------------------------

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

export declare type PopoverContent = string | React.ReactElement<any> | ((props: PopoverContentProps) => JSX.Element);

Import

import { PopoverContent } from '@grafana/ui';