MCPcopy Create free account
hub / github.com/code100x/daily-code / TextareaProps

Interface TextareaProps

packages/ui/src/shad/ui/textarea.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected