MCPcopy Create free account
hub / github.com/codse/animata / DocsShellLayoutProps

Interface DocsShellLayoutProps

components/docs-shell-layout.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import "@/styles/docs.css";
5
6interface DocsShellLayoutProps {
7 children: React.ReactNode;
8}
9
10export function DocsShellLayout({ children }: DocsShellLayoutProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected