ThemeContextType: {
    theme: Theme;
    updateTheme: ((theme) => void);
}

Type declaration

  • theme: Theme
  • updateTheme: ((theme) => void)
      • (theme): void
      • Parameters

        • theme: Theme

        Returns void

Generated using TypeDoc