{"name":"form","type":"registry:ui","files":[{"path":"form.tsx","type":"registry:ui","content":"\"use client\"\n\nimport * as React from \"react\"\n\ntype FormProps = React.ComponentProps<\"form\">\n\nfunction Form(props: FormProps) {\n  return <form {...props} />\n}\n\nexport { Form }\n","target":"components/ui/form.tsx"}]}