MCPcopy Create free account
hub / github.com/mantinedev/ui.mantine.dev / ShellProps

Interface ShellProps

components/Shell/Shell.tsx:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import classes from './Shell.module.css';
8
9interface ShellProps {
10 children: React.ReactNode;
11}
12
13export function Shell({ children }: ShellProps) {
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected