UNPKG

fumadocs-ui

Version:

The framework for building a documentation website in Next.js

5 lines 278 B
import { type HTMLAttributes } from 'react'; export declare function ThemeToggle({ className, mode, ...props }: HTMLAttributes<HTMLElement> & { mode?: 'light-dark' | 'light-dark-system'; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=theme-toggle.d.ts.map