withTheme variable
withTheme variable
Signature
withTheme: <P extends Themeable, S extends {} = {}>(Component: React.ComponentType<P>) => React.FunctionComponent<Subtract<P, Themeable>> & S
Import
import { withTheme } from '@grafana/ui';
本文档使用 BookStack 构建