ThemeContextProvider()
Home > @gooddata/sdk-ui-theme-provider > ThemeContextProvider
ThemeContextProvider() function
Provides the theme object, themeIsLoading flag and themeStatus into context
Signature:
export declare function ThemeContextProvider(input: IThemeContextProviderProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ children, theme, themeIsLoading, themeStatus, isScopeThemed } |
(not declared) | |
|
input |
Returns:
import("react/jsx-runtime").JSX.Element