mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
609 B
609 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "Modal" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
Modal variable
Modal variable
Signature
Modal: React.FunctionComponent<Pick<Props, "title" | "className" | "icon" | "isOpen" | "onDismiss" | "onClickBackdrop">>
Import
import { Modal } from '@grafana/ui';