import type { ThemeProviderProps } from 'next-themes'; import { ThemeProvider as NextThemeProvider } from 'next-themes'; export const ThemeProvider = ({ children, ...properties }: ThemeProviderProps) => ( {children} );