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

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