mirror of https://github.com/grafana/grafana.git
648 B
648 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Button" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
Button variable
Button variable
Signature
Button: React.ForwardRefExoticComponent<CommonProps & React.ButtonHTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>
Import
import { Button } from '@grafana/ui';