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