mithril-materialized
    Preparing search index...

    Interface ThemeSwitcherI18n

    interface ThemeSwitcherI18n {
        auto?: string;
        autoTitle?: string;
        dark?: string;
        darkTitle?: string;
        light?: string;
        lightTitle?: string;
        switchToDark?: string;
        switchToLight?: string;
        theme?: string;
    }
    Index

    Properties

    auto?: string

    Auto theme label

    autoTitle?: string

    Auto theme title/tooltip

    dark?: string

    Dark theme label

    darkTitle?: string

    Dark theme title/tooltip

    light?: string

    Light theme label

    lightTitle?: string

    Light theme title/tooltip

    switchToDark?: string

    Toggle button title when switching to dark

    switchToLight?: string

    Toggle button title when switching to light

    theme?: string

    Label for the theme switcher