mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 14:54:58 -05:00
fix: types in ThemeProvider (to main)
fix: types in ThemeProvider (to main)
This commit is contained in:
commit
6528152e12
@ -32,7 +32,7 @@
|
||||
|
||||
import * as React from "react";
|
||||
import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes";
|
||||
import { type ThemeProviderProps } from "next-themes/dist/types";
|
||||
import { type ThemeProviderProps } from "next-themes";
|
||||
|
||||
declare global {
|
||||
interface Document {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user