mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
1.5 KiB
1.5 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "getFormStyles" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
getFormStyles variable
getFormStyles variable
Signature
getFormStyles: (theme: GrafanaTheme, options: {
variant: ButtonVariant;
size: ComponentSize;
invalid: boolean;
}) => {
label: {
label: string;
labelContent: string;
description: string;
categories: string;
chevron: string;
};
legend: {
legend: string;
};
fieldValidationMessage: {
fieldValidationMessage: string;
fieldValidationMessageIcon: string;
};
button: {
button: string;
iconButton: string;
iconWrap: string;
};
input: {
wrapper: string;
inputWrapper: string;
input: string;
inputDisabled: string;
addon: string;
prefix: string;
suffix: string;
loadingIndicator: string;
};
switch: {
switch: string;
};
checkbox: {
label: string;
description: string;
wrapper: string;
input: string;
checkmark: string;
};
}
Import
import { getFormStyles } from '@grafana/ui';