grafana/docs/sources/packages_api/ui/buttonprops.md

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';