mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 01:15:46 +08:00
612 B
612 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "ButtonVariant" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
ButtonVariant type
ButtonVariant type
Signature
export declare type ButtonVariant = 'primary' | 'secondary' | 'destructive' | 'link';
Import
import { ButtonVariant } from '@grafana/ui';