fix: types in ThemeProvider

This commit is contained in:
dvelo 2024-11-23 18:05:38 -06:00
parent e45d8f0a70
commit 955ba3774c

@ -32,7 +32,7 @@
import * as React from "react"; import * as React from "react";
import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes"; import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes";
import { type ThemeProviderProps } from "next-themes/dist/types"; import { type ThemeProviderProps } from "next-themes";
declare global { declare global {
interface Document { interface Document {