UNPKG

@grafana/ui

Version:
8 lines (7 loc) 272 B
import * as React from 'react'; export interface Props { message?: string; onClick?: (e: React.SyntheticEvent) => void; ariaLabel?: string; } export declare function PanelStatus({ message, onClick, ariaLabel }: Props): import("react/jsx-runtime").JSX.Element;