UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

14 lines (13 loc) 399 B
import * as react_jsx_runtime67 from "react/jsx-runtime"; import { ComponentProps } from "react"; //#region src/layouts/shared/theme-toggle.d.ts declare function ThemeToggle({ className, mode, ...props }: ComponentProps<'div'> & { mode?: 'light-dark' | 'light-dark-system'; }): react_jsx_runtime67.JSX.Element; //#endregion export { ThemeToggle }; //# sourceMappingURL=theme-toggle.d.ts.map