MCPcopy
hub / github.com/adrianhajdin/banking / TextareaProps

Interface TextareaProps

components/ui/textarea.tsx:5–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from "@/lib/utils"
4
5export interface TextareaProps
6 extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {}
7
8const Textarea = React.forwardRef<HTMLTextAreaElement, TextareaProps>(
9 ({ className, ...props }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected