ThemeProvider
constThemeProvider:React.FC<ThemeProviderProps>
Defined in: src/theme/ThemeProvider.tsx:34
Theme provider for Entangle UI components.
The dark theme is applied globally via CSS custom properties on :root,
so this provider is a pass-through for most apps. Use it to opt into
additional global behaviors such as native-scrollbar theming.
For scoped theme overrides, use VanillaThemeProvider with a custom
class generated by createCustomTheme().