{
  "name": "tsf-form-context",
  "type": "registry:ui",
  "dependencies": [
    "@tanstack/react-form"
  ],
  "files": [
    {
      "path": "./items/tanstack-form/form-context/component.tsx",
      "type": "registry:ui",
      "target": "./components/ui/shuip/tanstack-form/form-context.tsx",
      "content": "'use client';\n\nimport { createFormHookContexts } from '@tanstack/react-form';\n\nexport const { fieldContext, formContext, useFieldContext, useFormContext } = createFormHookContexts();\n"
    }
  ],
  "$schema": "https://ui.shadcn.com/schema/registry-item.json"
}
