{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "files": [
    {
      "content": "export function TypographyH2Demo() {\n  return <h2 className=\"heading-2\">The People of the Kingdom</h2>;\n}\n",
      "path": "src/registry/examples/typography/typography-h2-demo.tsx",
      "type": "registry:example"
    }
  ],
  "name": "typography-h2-demo",
  "registryDependencies": [
    "@kanpeki/typography"
  ],
  "type": "registry:example"
}