Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

getCardStyles variable

getCardStyles variable

Signature

typescript
getCardStyles: (theme: GrafanaTheme) => {
    inner: string;
    heading: string;
    info: string;
    metadata: string;
    description: string;
    media: string;
    actionRow: string;
    actions: string;
    secondaryActions: string;
    separator: string;
    innerLink: string;
    tagList: string;
}

Import

typescript
import { getCardStyles } from '@grafana/ui';