fumadocs-ui
Version:
The Radix UI version of Fumadocs UI
19 lines (18 loc) • 634 B
TypeScript
import { HomeLayoutProps } from "./index.js";
import * as react_jsx_runtime134 from "react/jsx-runtime";
import * as class_variance_authority_types0 from "class-variance-authority/types";
//#region src/layouts/home/client.d.ts
declare const navItemVariants: (props?: ({
variant?: "button" | "main" | "icon" | null | undefined;
} & class_variance_authority_types0.ClassProp) | undefined) => string;
declare function Header({
nav,
i18n,
links,
githubUrl,
themeSwitch,
searchToggle
}: HomeLayoutProps): react_jsx_runtime134.JSX.Element;
//#endregion
export { Header, navItemVariants };
//# sourceMappingURL=client.d.ts.map