AlertVariant type

AlertVariant type

Signature

  1. export declare type AlertVariant = 'success' | 'warning' | 'error' | 'info';

Import

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