themeSwitcher: Insert<{
    darkLabel?: string;
    lightLabel?: string;
    prefix?: string;
    suffix?: string;
}> = ...

A clickable button which toggles between light and dark theme. If config.style.page.theme.enableSwitching is set to a falsy value, this will display nothing.

Type declaration

  • Optional darkLabel?: string
  • Optional lightLabel?: string
  • Optional prefix?: string
  • Optional suffix?: string

Generated using TypeDoc