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

658 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "withTheme" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++

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