ThemeProvider
constThemeProvider:React.FC<ThemeProviderProps>
Defined in: src/theme/ThemeProvider.tsx:18
Theme provider for Entangle UI components.
The dark theme is applied globally via CSS custom properties on :root.
This provider is a simple pass-through — most apps don’t need it.
For scoped theme overrides, use VanillaThemeProvider with a custom
class generated by createCustomTheme().