vira - v31.31.7
    Preparing search index...

    Variable ViraThemeSwitcherConst

    ViraThemeSwitcher: DeclarativeElementDefinition<
        "vira-theme-switcher",
        PartialWithUndefined<
            {
                labels: Readonly<Record<ViraThemeSelection, string>>;
                themeClient: Readonly<ViraThemeClient>;
            },
        >,
        {
            currentTheme: ViraThemeSelection;
            internalThemeClient: Readonly<ViraThemeClient>
            | undefined;
        },
        {},
        "vira-theme-switcher-",
        "vira-theme-switcher-",
        readonly [],
        readonly [],
    > = ...

    A row of buttons for selecting a ViraThemeSelection (light, dark, or auto). Fires a themeSelect event when the user picks an option; the consumer is responsible for applying the resulting theme.