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.
useStyles variable
useStyles variable
Hook for using memoized styles with access to the theme.
Signature
useStyles: (getStyles: (theme?: GrafanaTheme | undefined) => any) => any
Import
import { useStyles } from '@grafana/ui';