{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "example", "title": "Example", "files": [ { "path": "registry/base-lyra/components/example.tsx", "content": "import { cn } from \"@/registry/bases/base/lib/utils\"\n\nfunction ExampleWrapper({ className, ...props }: React.ComponentProps<\"div\">) {\n return (\n