MCPcopy
hub / github.com/devias-io/material-kit-react / LayoutProps

Interface LayoutProps

src/components/auth/layout.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { DynamicLogo } from '@/components/core/logo';
9
10export interface LayoutProps {
11 children: React.ReactNode;
12}
13
14export function Layout({ children }: LayoutProps): React.JSX.Element {
15 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected