a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
576 B
576 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "IconSize" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
IconSize type
IconSize type
Signature
export declare type IconSize = ComponentSize | 'xl' | 'xxl' | 'xxxl';
Import
import { IconSize } from '@grafana/ui';