import type { ComponentProps, InputHTMLAttributes, LabelHTMLAttributes, ReactNode, TextareaHTMLAttributes } from "react";
/**
* Minimal, app-agnostic form primitives for the core "dev-doc" block library
* (mermaid / api-endpoint / data-model / diff / file-tree / json-explorer /
* annotated-code).
* These blocks previously imported the plan app's shadcn/ui
* components (`@/components/ui/*`); core blocks must stay portable, so these are
* plain styled elements that reproduce the SAME shadcn Tailwind classes byte-for
* -byte. They resolve against whatever shadcn token theme (`border-input`,
* `bg-background`, `ring-ring`, …) the host app ships, so the rendered look is
* unchanged across apps.
*
* The Select is intentionally a NATIVE `