ThemeCustomizer
import { ThemeCustomizer } from '@hanzo/ui/agents'
No examples yet.
Types
export interface ThemeConfig {blurLevel: 'low' | 'medium' | 'high' | 'ultra'accentColor: stringmode: 'dark' | 'light' | 'system'}
export interface ThemeCustomizerProps {config: ThemeConfigonChange: (config: ThemeConfig) => voidclassName?: stringstyle?: React.CSSProperties}
Exports
ThemeCustomizertype ThemeConfigtype ThemeCustomizerProps