MCPcopy Create free account
hub / github.com/arctic-cli/interface / GridBackgroundProps

Interface GridBackgroundProps

packages/web/components/ui/grid-background.tsx:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface GridBackgroundProps {
2 children: React.ReactNode
3 className?: string
4}
5
6export function GridBackground({ children, className }: GridBackgroundProps) {
7 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected