mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:22:51 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
562 B
562 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "IconSize" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
IconSize type
IconSize type
Signature
export declare type IconSize = ComponentSize | 'xl' | 'xxl' | 'xxxl';
Import
import { IconSize } from '@grafana/ui';