UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

7 lines 286 B
import { type Theme } from "../hooks/useTheme"; export type Mode = "light" | "dark"; export declare const ThemeContext: import("react").Context<Theme>; export default function Theme({ children }: { children?: any; }): import("react").JSX.Element; //# sourceMappingURL=Theme.d.ts.map