"use client"; import { cn } from "@/shared/utils/cn"; interface TextareaProps extends React.TextareaHTMLAttributes { error?: boolean; } /** * Textarea — token-driven multiline input mirroring the Input primitive (same border, * focus ring and control radius). Replaces ad-hoc raw `