ThemedProvider
Agent Runtimes / examples/utils/themedProvider / ThemedProvider
Variable: ThemedProvider
constThemedProvider:React.FC<React.PropsWithChildren<Omit<IDatalayerThemeProviderProps,"ref">>>
Defined in: examples/utils/themedProvider.tsx:36
Drop-in replacement for <DatalayerThemeProvider>.
Reads theme/colorMode from the example theme store and
forwards them to the real provider. Any explicit props
(colorMode, theme, themeStyles) are still respected as overrides.