g3-toolkit API Reference
    Preparing search index...

    Interface ThemeSwitcherProps

    interface ThemeSwitcherProps {
        className?: string;
        onSelect?: (themeId: string) => void;
    }
    Index

    Properties

    className?: string
    onSelect?: (themeId: string) => void

    Called after the theme is applied (e.g. host page chrome sync).