mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
585 B
585 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "AlertVariant" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
AlertVariant type
AlertVariant type
Signature
export declare type AlertVariant = 'success' | 'warning' | 'error' | 'info';
Import
import { AlertVariant } from '@grafana/ui';