UNPKG

@grafana/ui

Version:
10 lines (9 loc) 217 B
import { FC } from 'react'; import { PluginState } from '@grafana/data'; interface Props { state?: PluginState; text?: string; className?: string; } export declare const AlphaNotice: FC<Props>; export {};