{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "files": [
    {
      "content": "export function TypographyH3Demo() {\n  return <h3 className=\"heading-3\">The Joke Tax</h3>;\n}\n",
      "path": "src/registry/examples/typography/typography-h3-demo.tsx",
      "type": "registry:example"
    }
  ],
  "name": "typography-h3-demo",
  "registryDependencies": [
    "@kanpeki/typography"
  ],
  "type": "registry:example"
}