PopoverContent type

PopoverContent type

Signature

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

Import

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