MCPcopy
hub / github.com/nraiden/openv0 / Props

Interface Props

webapps-starters/react/shadcn/src/components/Fallback.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { cn } from '@/lib/utils';
3
4interface Props {
5 className?: string;
6}
7
8export default function Fallback({ className }: Props) {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected