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