withTheme variable
withTheme variable
Signature
withTheme: <P extends Themeable, S extends {} = {}>(Component: React.ComponentType<P>) => React.FunctionComponent<Pick<P, Exclude<keyof P, "theme">>> & S
Import
import { withTheme } from '@grafana/ui';