VanillaThemeProviderProps
Defined in: src/theme/VanillaThemeProvider.tsx:3
Properties
children
children:
ReactNode
Defined in: src/theme/VanillaThemeProvider.tsx:4
className?
optionalclassName:string
Defined in: src/theme/VanillaThemeProvider.tsx:11
CSS class name that sets theme CSS custom properties. Can be a class from createTheme() or a custom class.
When omitted, components inherit tokens from :root (dark theme).