Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
import classes from
'./Shell.module.css'
;
8
9
interface ShellProps {
10
children: React.ReactNode;
11
}
12
13
export function Shell({ children }: ShellProps) {
14
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected