fumadocs-ui
Version:
The Radix UI version of Fumadocs UI
17 lines (16 loc) • 594 B
TypeScript
import { BaseLayoutProps, NavOptions } from "../shared/index.js";
import * as react_jsx_runtime125 from "react/jsx-runtime";
import { ComponentProps } from "react";
//#region src/layouts/home/index.d.ts
interface HomeLayoutProps extends BaseLayoutProps {
nav?: Partial<NavOptions & {
/**
* Open mobile menu when hovering the trigger
*/
enableHoverToOpen?: boolean;
}>;
}
declare function HomeLayout(props: HomeLayoutProps & ComponentProps<'main'>): react_jsx_runtime125.JSX.Element;
//#endregion
export { HomeLayout, HomeLayoutProps };
//# sourceMappingURL=index.d.ts.map