{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "typography-muted",
  "files": [
    {
      "path": "registry/new-york/examples/typography-muted.tsx",
      "content": "export default function TypographyMuted() {\n  return (\n    <p className=\"text-muted-foreground text-sm\">Enter your email address.</p>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}