MCPcopy
hub / github.com/ElricLiu/AutoGPT-Next-Web / LayoutProps

Interface LayoutProps

src/layout/default.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import clsx from "clsx";
5
6interface LayoutProps {
7 children: ReactNode;
8 className?: string;
9 centered?: boolean;
10}
11
12const DefaultLayout = (props: LayoutProps) => {
13 const description =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected